From d17d4d1ac98865d2a71b4f24771b7b76e0839ed3 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 10 四月 2026 14:08:41 +0800
Subject: [PATCH] yys 1.设备区域 2.设备巡检,维保,保养多选 3.数采

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

diff --git a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
index 75d9250..17ecb06 100644
--- a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
+++ b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -13,106 +13,56 @@
 import java.time.LocalDate;
 import java.time.LocalDateTime;
 
-/**
- * 璁惧鍙拌处瀹炰綋绫�
- */
 @Data
 @TableName("device_ledger")
 public class DeviceLedgerDto extends DateQueryDto {
 
-    /**
-     * 涓婚敭ID锛岃嚜澧�
-     */
-
     private Long id;
 
-    /**
-     * 璁惧鍚嶇О
-     */
     private String deviceName;
 
-    /**
-     * 瑙勬牸鍨嬪彿
-     */
     private String deviceModel;
 
-    /**
-     * 璁惧鍝佺墝
-     */
     @ApiModelProperty("璁惧鍝佺墝")
     private String deviceBrand;
 
-    /**
-     * 瀛樻斁浣嶇疆
-     */
     @ApiModelProperty("瀛樻斁浣嶇疆")
     private String storageLocation;
 
+    @ApiModelProperty("璁惧鍖哄煙ID")
+    private Long areaId;
 
-    /**
-     * 渚涘簲鍟嗗悕绉�
-     */
+    @ApiModelProperty("璁惧鍖哄煙鍚嶇О")
+    private String areaName;
+
     private String supplierName;
 
-    /**
-     * 鍗曚綅
-     */
     private String unit;
 
-    /**
-     * 鏁伴噺
-     */
     private BigDecimal number;
 
-    /**
-     * 鍚◣鍗曚环
-     */
     private BigDecimal taxIncludingPriceUnit;
 
-    /**
-     * 鍚◣鎬讳环
-     */
     private BigDecimal taxIncludingPriceTotal;
 
-    /**
-     * 绋庣巼
-     */
     private BigDecimal taxRate;
 
-    /**
-     * 涓嶅惈绋庢�讳环
-     */
     private BigDecimal unTaxIncludingPriceTotal;
 
-    /**
-     * 褰曞叆鏃堕棿
-     */
     @TableField(fill = FieldFill.INSERT)
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private LocalDateTime createTime;
 
-    /**
-     * 鏇存柊鏃堕棿
-     */
     @TableField(fill = FieldFill.INSERT_UPDATE)
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private LocalDateTime updateTime;
 
-    /**
-     * 褰曞叆浜�
-     */
     private String createUser;
 
-    /**
-     * 鏇存柊浜�
-     */
     private String updateUser;
 
-    /**
-     * 绉熸埛ID
-     */
     private Long tenantId;
 
     @ApiModelProperty("鐘舵��")
@@ -135,7 +85,6 @@
 
     @ApiModelProperty("杩愯鏃堕暱")
     private String runtimeDuration;
-
 
     @ApiModelProperty("鏄惁鎶樻棫 1-鏄� 2-鍚�")
     private Integer isDepr;

--
Gitblit v1.9.3