From 1b41d692cc09c68731ee338fa9f3e371f4f68e1b Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 19 一月 2026 13:34:18 +0800
Subject: [PATCH] 浪潮对接单点登录:浪潮配置修改
---
src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java | 15 +++++++++++++++
1 files changed, 15 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 26bdc91..7746fc6 100644
--- a/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
+++ b/src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -72,6 +72,21 @@
private BigDecimal unTaxIncludingPriceTotal;
/**
+ * 鍚敤鎶樻棫
+ */
+ private Boolean enableDepreciation;
+
+ /**
+ * 瀛樻斁浣嶇疆
+ */
+ private String storageLocation;
+
+ /**
+ * 璁惧鍝佺墝
+ */
+ private String deviceBrand;
+
+ /**
* 褰曞叆鏃堕棿
*/
@TableField(fill = FieldFill.INSERT)
--
Gitblit v1.9.3