From 77f8f99697748749edd553b127de34b02ccb18c5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 25 六月 2021 11:43:59 +0800 Subject: [PATCH] 提交 --- zhengcaioa/DTO/AdmAttendanceDtlDTO.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs b/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs index 3bbc9e9..6fa5774 100644 --- a/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs +++ b/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs @@ -22,9 +22,12 @@ public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } - public decimal Chidaofenzhong { get; set; } - public decimal Zaotuifenzhong { get; set; } + public decimal Shangwuchidaofenzhong { get; set; } + public decimal Xiawuchidaofenzhong { get; set; } + public decimal Shangwuzaotuifenzhong { get; set; } + public decimal Xiawuzaotuifenzhong { get; set; } public decimal Kuanggongtianshu { get; set; } + public string Iswork { get; set; } } public class AdmAttendanceDtlDTOSearch : SearchEntity -- Gitblit v1.9.1