From 92e7b5a49f82fc6fd08d284bd6b3cfb2015eb832 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 12 十二月 2022 11:27:05 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Models/Supplier.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/Supplier.cs b/WebAPI/Models/Supplier.cs
index 86790a1..5508933 100644
--- a/WebAPI/Models/Supplier.cs
+++ b/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; }
 

--
Gitblit v1.9.1