username@email.com
2023-11-02 558dae4a18d393ac38daa43a354e8bc9a22e4e26
zhengcaioa/DTO/OrderBanciDTO.cs
@@ -19,9 +19,13 @@
        public string Modifier { get; set; }
        public DateTime Modifytime { get; set; }
        public List<OrderBanciDtlDTO> orderBanciDtlDTOs{ get; set; }
        public List<List<OrderBanciZuoweiDTO>> orderBanciZuoweiDTOs { get; set; }
        public string Mingcheng { get; set; }
        public int? Renshu { get; set; }
        public int? Hang { get; set; }
        public int? Lie { get; set; }
        public string Shangxiawu { get; set; }
        public string ShangxiawuName { get; set; }
@@ -45,6 +49,7 @@
        public string id { get; set; }
        public string[] SeatID { get; set; }
    }
    public class OrderBanciDTOSearch : SearchEntity
@@ -57,4 +62,18 @@
        public string Createtime { get; set; }
    }
    public class LockUser
    {
        public string ID { get; set; }
        public string Name { get; set; }
        public string LockSeatsUserID { get; set; }
        public string ClassID { get; set; }
    }
}