1
lan
2024-05-30 8affd199e02bd37f0dcb16447d1fbcaa34bfa2f8
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; }
@@ -20,7 +21,7 @@
        public string HRemark { get; set; }
        public bool HStopflag { get; set; }
        public string HStopflag { get; set; }
        public string HHelpCode { get; set; }
@@ -72,6 +73,10 @@
        public long HUseOrgID { get; set; }
        public string HMaterClass { get; set; }
        public int HPSStyleID { get; set; }
    }
}