From 1ca5584d7e3200a9af65a099bd26d3593e2ba702 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 07 五月 2026 14:36:08 +0800
Subject: [PATCH] 迁移pro
---
src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java | 20 ++++++++++++++++++++
1 files changed, 20 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
new file mode 100644
index 0000000..9b2054e
--- /dev/null
+++ b/src/main/java/com/ruoyi/production/bean/dto/SalesLedgerProductionAccountingDto.java
@@ -0,0 +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