From f70da6910219ac1a5c3629892fedbfb7f4b8749c Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 12 三月 2024 09:24:29 +0800 Subject: [PATCH] 其他应收单:新增保存时,不需要重新生成单据内码 --- 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