username@email.com
2024-07-08 3cf9d2b6664bf83216c25d33f3f2890de6f25443
zhengcaioa/DTO/OrderBanciDTO.cs
@@ -27,6 +27,9 @@
        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; }
@@ -76,4 +79,15 @@
        public string ClassID { get; set; }
    }
    public class BanciFanhui
    {
        public string name { get; set; }
        public string value { get; set; }
    }
}