From 15eb82df2d6ec539e9d4245bfe08d531e8eb6379 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期日, 27 四月 2025 14:33:26 +0800
Subject: [PATCH] 修改培训订单占多个座位
---
zhengcaioa/DTO/AdmAttendanceDtlDTO.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs b/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs
index 6fa5774..58d17e7 100644
--- a/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs
+++ b/zhengcaioa/DTO/AdmAttendanceDtlDTO.cs
@@ -28,6 +28,15 @@
public decimal Xiawuzaotuifenzhong { get; set; }
public decimal Kuanggongtianshu { get; set; }
public string Iswork { get; set; }
+ public decimal? Daixinjia { get; set; }
+
+ public string SgninDateName { get; set; }
+ public string MorningInName { get; set; }
+ public string MorningOutName { get; set; }
+ public string AfternoonInName { get; set; }
+ public string AfternoonOutName { get; set; }
+ public string OvertimeInName { get; set; }
+ public string OvertimeOutName { get; set; }
}
public class AdmAttendanceDtlDTOSearch : SearchEntity
--
Gitblit v1.9.1