From cd4e5d51b7825f28bf44c37bd75bdb14ec2feb8c Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 02 四月 2024 15:41:01 +0800
Subject: [PATCH] 生产汇报单反写生产订单关联汇报数量,设备点检规程单修改连接检验项目表
---
Model/基础资料/基础资料/ClsGy_DisposeWay_Model.cs | 6 ++++++
1 files changed, 6 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_DisposeWay_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_DisposeWay_Model.cs"
index e44655b..0cb4cef 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_DisposeWay_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_DisposeWay_Model.cs"
@@ -8,5 +8,11 @@
{
//
public string HEnglishName;// varchar(50) 英文名称
+ public Int64 HUSEORGID;
+ public Int64 HCREATEORGID;
+ public string HMakeEmp;
+ public DateTime HMakeTime;
+ public string HModifyEmp;
+ public DateTime HModifyTime;
}
}
--
Gitblit v1.9.1