From 039728905a2793427cb8f8ac01623e6d61674156 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 04 十一月 2025 10:40:28 +0800
Subject: [PATCH] 调整 来料检验单 请求接口
---
WebAPI/Models/Gy_Mould.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs
index 2d4d1ac..4855c7b 100644
--- a/WebAPI/Models/Gy_Mould.cs
+++ b/WebAPI/Models/Gy_Mould.cs
@@ -67,9 +67,12 @@
public int HMadeSupID { get; set; }
public int HNowWHID { get; set; }
public int HNowSPID { get; set; }
+ public int HCREATEORGID { get; set; }
+ public int HUSEORGID { get; set; }
public double HInitLife { get; set; }
public string HMouldUseStatus { get; set; }
+ public DateTime HNextMainDate { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.1