From 802e147a060d21947214fef88a560f97df29b158 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期六, 28 三月 2026 13:33:53 +0800
Subject: [PATCH] 增加固定资产相关接口

---
 src/main/resources/mapper/device/DeviceLedgerMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/device/DeviceLedgerMapper.xml b/src/main/resources/mapper/device/DeviceLedgerMapper.xml
index 9cee459..0b3a5f9 100644
--- a/src/main/resources/mapper/device/DeviceLedgerMapper.xml
+++ b/src/main/resources/mapper/device/DeviceLedgerMapper.xml
@@ -21,6 +21,8 @@
         dl.tax_including_price_unit,
         dl.tax_including_price_total,
         dl.tax_rate,
+        dl.device_brand,
+        dl.storage_location,
         dl.un_tax_including_price_total,
         dl.create_time,
         dl.update_time ,

--
Gitblit v1.9.3