yusijie
2023-03-20 ee9e9a2cf7c405637ad7c8f1e262ae39fff8a88a
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; }