From 2095d4d4920f16a8b493c80bada80db5cedc8c31 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 23 一月 2024 14:45:28 +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 7775072..5508933 100644 --- a/WebAPI/Models/Supplier.cs +++ b/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; } -- Gitblit v1.9.1