From 93084e6c349ce792443d9813c8d41eacc69e812c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 15 六月 2026 10:27:41 +0800
Subject: [PATCH] 不合格处理:提交oa缺失附件问题修复
---
performance-server/src/main/java/com/ruoyi/performance/dto/StaffAttendanceDTO.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/performance-server/src/main/java/com/ruoyi/performance/dto/StaffAttendanceDTO.java b/performance-server/src/main/java/com/ruoyi/performance/dto/StaffAttendanceDTO.java
index a3b94bb..55df572 100644
--- a/performance-server/src/main/java/com/ruoyi/performance/dto/StaffAttendanceDTO.java
+++ b/performance-server/src/main/java/com/ruoyi/performance/dto/StaffAttendanceDTO.java
@@ -13,6 +13,13 @@
@Data
public class StaffAttendanceDTO extends StaffAttendanceTrackingRecord {
+
+ /**
+ * 瀵煎嚭鏃ユ湡
+ */
+ @ApiModelProperty("瀵煎嚭鏃ユ湡")
+ private String reportDate;
+
/**
* 寮�濮嬫椂闂�
*/
--
Gitblit v1.9.3