From edf3066724ad442d6929210c830cb67c17277690 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期四, 01 八月 2024 11:46:33 +0800
Subject: [PATCH] 添加工资计算自动任务
---
controllers/response/attendance_response.go | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/controllers/response/attendance_response.go b/controllers/response/attendance_response.go
index 9aaccba..d84aa2a 100644
--- a/controllers/response/attendance_response.go
+++ b/controllers/response/attendance_response.go
@@ -12,6 +12,7 @@
type AttendanceStatistic struct {
WorkerId string `json:"workerId"` //浜哄憳id
WorkerName string `json:"workerName"` //浜哄憳濮撳悕
+ WorkTypeId uint `json:"workTypeId"` //宸ョid
WorkType string `json:"workType"` //宸ョ
Month string `json:"month"` //鏈堜唤
WeekdayOverTime decimal.Decimal `json:"weekdayOverTime"` //宸ヤ綔鏃ュ姞鐝椂闀�
@@ -23,6 +24,7 @@
type AttendanceDetail struct {
Date int `json:"date"` //鏃ユ湡
+ WeekDay string `json:"weekDay"` //鏄熸湡
Status constvar.AttendanceStatus `json:"status"` //鐘舵��
StartWorkTime string `json:"startWorkTime"` //涓婄彮鎵撳崱鏃堕棿
EndWorkTime string `json:"endWorkTime"` //涓嬬彮鎵撳崱鏃堕棿
--
Gitblit v1.8.0