From 7dd6097d42d6d6f254a84ab0111bac70f0358660 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 30 四月 2024 10:20:40 +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