yusijie
2025-03-20 b7860ae337c66fe1c1a96db57aeadb20b39da344
WebAPI/Models/Supplier.cs
@@ -7,6 +7,7 @@
{
    public class Supplier
    {
        public long HInterID { get; set; }
        public long HItemID { get; set; }
        public string HNumber { get; set; }
        public string HShortNumber { get; set; }
@@ -72,6 +73,10 @@
        public long HUseOrgID { get; set; }
        public string HMaterClass { get; set; }
        public int HPSStyleID { get; set; }
        public int HSupTypeID { get; set; }
    }
}