username@email.com
2025-04-16 1243f9cdb1ce367af05caabbb71ce81e38d5a1af
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; }
    }
}