11
王 垚
2022-12-09 1a10d136e1f22491de784f33c0df9110f638b264
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; }