From 582f385e30e0d1d7fd3f1ac6452ba70bc0ff7e98 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 25 五月 2023 16:51:36 +0800
Subject: [PATCH] 新增产品工艺路线展开报表调用方法

---
 Model/车间管理/ClsSc_StationOutBillMain.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBillMain.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBillMain.cs"
index 3d8a65f..9c43109 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBillMain.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBillMain.cs"
@@ -61,6 +61,8 @@
         public Single HWorkTimes;//工时
         public Int64 HQCCheckID;//检验员
         public string HSourceNameList;//设备清单
-
+        public Int64 HPersonNums;       //人员数
+        public Int64 HMachineNums;      //机器数
+        public string HEmpNum; //职员代码
     }
 }

--
Gitblit v1.9.1