From 75ab531b693341caf49654b93889fbd9d4eecfc0 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 20 十一月 2024 10:02:18 +0800
Subject: [PATCH] 添康工艺路线关闭时设置失效时间
---
Model/基础资料/基础资料/ClsGy_InspectMethod_Model.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_InspectMethod_Model.cs" "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_InspectMethod_Model.cs"
index 448ae98..59bc2a8 100644
--- "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_InspectMethod_Model.cs"
+++ "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_InspectMethod_Model.cs"
@@ -11,5 +11,6 @@
public int HUSEORGID;
public string HMakeEmp;
public DateTime HModifyTime;
+ public int HERPItemID;
}
}
--
Gitblit v1.9.1