From 19d0afadbe1c90e227b852db0a97ae413e90691f Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期日, 29 九月 2024 19:13:25 +0800
Subject: [PATCH] 1
---
Model/工资管理/ClsPay_WorkTimesBillSub.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git "a/Model/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_WorkTimesBillSub.cs" "b/Model/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_WorkTimesBillSub.cs"
index c6ab705..23c819a 100644
--- "a/Model/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_WorkTimesBillSub.cs"
+++ "b/Model/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_WorkTimesBillSub.cs"
@@ -6,8 +6,6 @@
{
public class ClsPay_WorkTimesBillSub:DBUtility.ClsXt_BaseBillSub
{
- public DateTime HEntryCloseDate;// datetime --行关闭 (默认为'') new
- public string HRemark;// varchar(200) --备注
public Int64 HEmpID;// int '职员
public Single HEmpRate;// money '职员系数
public Single HPMTimes;// money '下午工时
@@ -29,6 +27,7 @@
public Int64 HAbsentDays;// int ‘旷工天数
public bool HRestFlag;// bit '厂休
public Int64 HSchClassID;// int '班次 暂时存0
+ public Single HNeedTimes;// money '应上班工时
public Int64 HCTPrjID;// int '核算方案
public Int64 HWorkTypeID;// int //工种
public Single HPayMoney;// money //小时工资
--
Gitblit v1.9.1