From a44e88e096af2e2aebb695be01bb4e7db3b41635 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 23 十一月 2022 10:31:41 +0800
Subject: [PATCH] 出站汇报单新增单据时,人员数、机器数默认为1
---
Model/车间管理/ClsSc_StationOutBillMain.cs | 2 ++
1 files changed, 2 insertions(+), 0 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..17f03e4 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; //机器数
}
}
--
Gitblit v1.9.1