From f3a08aaf9100fe377028f476d7fb924da122b373 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期四, 13 十月 2022 17:04:15 +0800 Subject: [PATCH] 增加生产组织字段;获取流水号 --- WebAPI/Models/StationBill.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs index 5d5a72a..a42176b 100644 --- a/WebAPI/Models/StationBill.cs +++ b/WebAPI/Models/StationBill.cs @@ -72,6 +72,6 @@ public long HProcPlanEntryID { get; set; } public string eventType { get; set; } public long HMainInterID { get; set; } - + public long HPRDOrgID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1