From c2c81f518deb22140121bbb1c76c672d69d533c8 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 11 三月 2025 15:41:36 +0800
Subject: [PATCH] 生产资源,工序冲突合并
---
Model/基础资料/基础资料/ClsGy_InspectValue_Model .cs | 4 ++--
1 files changed, 2 insertions(+), 2 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_InspectValue_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_InspectValue_Model .cs"
index 7878dc4..ba487aa 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_InspectValue_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_InspectValue_Model .cs"
@@ -7,10 +7,10 @@
public class ClsGy_InspectValue_Model : DBUtility.ClsGy_Base_Model
{
- public DateTime HMakeTime;
+ public DateTime? HMakeTime;
public int HUSEORGID;
public string HMakeEmp;
- public DateTime HModifyTime;
+ public DateTime? HModifyTime;
public int HERPItemID;
}
}
--
Gitblit v1.9.1