From 8a5a1c5f786298d72fa56f54cb3745e807e084d7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 05 十月 2024 09:19:45 +0800
Subject: [PATCH] 获取单据内码-流转卡
---
WebAPI/Models/Supplier.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/Supplier.cs b/WebAPI/Models/Supplier.cs
index 86790a1..d999373 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; }
@@ -72,6 +73,10 @@
public long HUseOrgID { get; set; }
+ public string HMaterClass { get; set; }
+
+ public int HPSStyleID { get; set; }
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1