From c935e18fab3604e493de29b164ea4019244bb182 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 21 五月 2026 17:59:58 +0800
Subject: [PATCH] 对外Mes查询外购订单零件批次属性接口开发
---
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