| | |
| | | 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 Fenzu { get; set; } |
| | | public int? BannerId { get; set; } |
| | | |
| | | public string Shangxiawu { get; set; } |
| | | public string ShangxiawuName { get; set; } |
| | | |
| | | public decimal? Jiage { get; set; } |
| | | public decimal? Jifen { get; set; } |
| | | public string JiageName { get; set; } |
| | | public string JifenName { get; set; } |
| | | |
| | | public string Shixiamg { get; set; } |
| | | public string Zhujiangren { get; set; } |
| | | |
| | | public int? Sort { get; set; } |
| | | |
| | | public string Shijiandtl { get; set; } |
| | | public string img_url { get; set; }//图片 |
| | | public decimal? point { get; set; }//积分 |
| | | public decimal? sell_price { get; set; } //售价 |
| | | public string title { get; set; } //产品名称 |
| | | public string type { get; set; } |
| | | |
| | | public string id { get; set; } |
| | | |
| | | public string[] SeatID { get; set; } |
| | | } |
| | | |
| | | public class OrderBanciDTOSearch : SearchEntity |
| | |
| | | |
| | | 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; } |
| | | } |
| | | |
| | | |
| | | public class BanciFanhui |
| | | { |
| | | |
| | | |
| | | public string name { get; set; } |
| | | |
| | | public string value { get; set; } |
| | | |
| | | } |
| | | } |