username@email.com
昨天 7b52260c2a83d23adb5447a9e9848d90b4dc018c
zhengcaioa/DTO/OrderBanciOrderDTO.cs
@@ -30,6 +30,8 @@
        public string OrderId { get; set; }
        public decimal? Jifen { get; set; }
        public string JifenName { get; set; }
        public string SeatID { get; set; }
        public string SeatName { get; set; }
    }
    public class OrderBanciOrderDTOSearch : SearchEntity
@@ -45,5 +47,8 @@
        public string BanciId { get; set; }
        public string Kechengleixings { get; set; }
        public string Quyu { get; set; }
    }
}