From f94f83b88bcfa267ebaed30af58fdbf2327c0491 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 17 七月 2024 11:34:44 +0800
Subject: [PATCH] 设备,器具报表(点检任务,保养任务,维修任务,故障登记跟踪);设备,器具编辑页面添加源单字段信息;条码生成页面添加检验员字段

---
 Model/生产管理/模具管理/ClsSc_MouldDotCheckBillMain.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/Model/\347\224\237\344\272\247\347\256\241\347\220\206/\346\250\241\345\205\267\347\256\241\347\220\206/ClsSc_MouldDotCheckBillMain.cs" "b/Model/\347\224\237\344\272\247\347\256\241\347\220\206/\346\250\241\345\205\267\347\256\241\347\220\206/ClsSc_MouldDotCheckBillMain.cs"
index 64d5123..053bd5c 100644
--- "a/Model/\347\224\237\344\272\247\347\256\241\347\220\206/\346\250\241\345\205\267\347\256\241\347\220\206/ClsSc_MouldDotCheckBillMain.cs"
+++ "b/Model/\347\224\237\344\272\247\347\256\241\347\220\206/\346\250\241\345\205\267\347\256\241\347\220\206/ClsSc_MouldDotCheckBillMain.cs"
@@ -20,5 +20,9 @@
         public string HBigSafeNote;// 重大安全隐患记录 
         public Int64 HShiftsID;// 生产班次(Gy_Shifts) 
         public string HDotCheckNote;// 点检数据
+
+        public long HMouldDotCheckPlanInterID;//	int		--点检计划内码
+        public long HMouldDotCheckPlanEntryID;//	int		--点检计划子内码
+
     }
 }

--
Gitblit v1.9.1