From a8e4132c3e2e9c3b3fcb0360901b35571b6464ea Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期五, 28 八月 2026 10:13:01 +0800
Subject: [PATCH] feat: 综合业务模块功能补充与实体拓展

---
 src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
index 8ceb915..77510dd 100644
--- a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
+++ b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -57,6 +57,42 @@
      */
     private String supplierName;
 
+    @Schema(description = "璁惧缂栧彿")
+    private String uniqueCode;
+
+    @Schema(description = "鍑哄巶缂栧彿")
+    private String factoryNumber;
+
+    @Schema(description = "鍒堕�犲巶鍟�")
+    private String manufacturer;
+
+    @Schema(description = "璧勪骇鍘熷��")
+    private BigDecimal originalAssetValue;
+
+    @Schema(description = "璐疆鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private LocalDate purchaseDate;
+
+    @Schema(description = "鍚敤鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private LocalDate activationDate;
+
+    @Schema(description = "涓昏鎶�鏈弬鏁�")
+    private String technicalParameters;
+
+    @Schema(description = "涓昏鐢ㄩ��")
+    private String mainPurpose;
+
+    @Schema(description = "璐d换浜�")
+    private String responsiblePerson;
+
+    @Schema(description = "寤烘。鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private LocalDate filingDate;
+
     /**
      * 璁惧闄勪欢(鐢ㄤ簬鎺ユ敹)
      */

--
Gitblit v1.9.3