From 6c82f16f44cf9e51d0fae9593fdefe4c43cb5e55 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 06 五月 2026 15:38:38 +0800
Subject: [PATCH] feat:1.生产追溯(订单-工单-报工-质检) 2.订单工序数据查询 3.领料退料调整
---
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