From 2a71f6790ddf6be7f63e6b009fc8d325a2a1d13b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 27 四月 2026 13:07:34 +0800
Subject: [PATCH] 添加相关接口附件信息
---
src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java b/src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java
index 2270368..9b2054e 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java
@@ -1,14 +1,20 @@
package com.ruoyi.production.bean.dto;
+import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import java.time.LocalDate;
@Data
public class SalesLedgerProductionAccountingDto {
+ @Schema(description = "鐢ㄦ埛ID")
private Long userId;
+ @Schema(description = "鐢ㄦ埛鍚嶇О")
private String userName;
+ @Schema(description = "宸ュ簭")
private String process;
+ @Schema(description = "寮�濮嬫棩鏈�")
private LocalDate startDate;
+ @Schema(description = "缁撴潫鏃ユ湡")
private LocalDate endDate;
}
--
Gitblit v1.9.3