From dab190364a9c8b341cfa399ddc2e5d6cb76fb394 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 30 十一月 2022 15:32:26 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/WebAPI/Models/Supplier.cs b/WebAPI/Models/Supplier.cs
index 86790a1..3800016 100644
--- a/WebAPI/Models/Supplier.cs
+++ b/WebAPI/Models/Supplier.cs
@@ -20,7 +20,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