From 69e9ce6ae24fce670fb8d7af0e1f132e2e009dbc Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 12 七月 2023 13:44:21 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/Model/AdmAttendanceDtl.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/Model/AdmAttendanceDtl.cs b/zhengcaioa/Model/AdmAttendanceDtl.cs
index 1cb2d45..2080d52 100644
--- a/zhengcaioa/Model/AdmAttendanceDtl.cs
+++ b/zhengcaioa/Model/AdmAttendanceDtl.cs
@@ -23,8 +23,13 @@
         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 decimal? Daixinjia { get; set; }
     }
 }

--
Gitblit v1.9.1