From 39768a3adecd6920a1da560ae13f1531ae033f1a Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期五, 12 十一月 2021 16:45:11 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Models/Gy_Mould.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index a19da8b..357dc0e 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -55,8 +55,9 @@ public long HLifeUnitID { get; set; } public long HBOMID { get; set; } - + public string HSaveLife { get; set; } public long HPrintQty { get; set; } + public string HMouldOWNER { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1