yusijie
2025-06-16 66f9be61559da88c94a3ec78318fd8a7be4834ef
WebAPI/Models/Supplier.cs
@@ -8,6 +8,7 @@
    public class Supplier
    {
        public long HInterID { get; set; }
        public long HItemID { get; set; }
        public string HNumber { get; set; }
        public string HShortNumber { get; set; }
        public string HName { get; set; }
@@ -72,6 +73,12 @@
        public long HUseOrgID { get; set; }
        public string HMaterClass { get; set; }
        public int HPSStyleID { get; set; }
        public int HSupTypeID { get; set; }
        public string HMaker { get; set; }
    }
}