zrg
7 天以前 b82fd1f99e3a3fc5d56c1930c33a08989571f9ac
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; }
@@ -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,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; }
    }
}