From 99e26030611fdc06ee3dd523072fe5516b78dc5b Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 11 五月 2026 13:05:38 +0800
Subject: [PATCH] feat(sales): 添加销售订单和产品相关字段

---
 src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java b/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
index 2c95909..e2b5dde 100644
--- a/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
+++ b/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
@@ -22,13 +22,13 @@
     /**
      * 浜у搧澶х被
      */
-    @Excel(name = "浜у搧澶х被")
+    @Excel(name = "浜у搧鍚嶇О")
     private String productCategory;
 
     /**
      * 瑙勬牸鍨嬪彿
      */
-    @Excel(name = "瑙勬牸鍨嬪彿")
+    @Excel(name = "鍥剧焊缂栧彿")
     private String specificationModel;
 
     /**
@@ -52,13 +52,13 @@
     /**
      * 鍚◣鍗曚环
      */
-    @Excel(name = "鍚◣鍗曚环")
+    @Excel(name = "鍗曚环")
     private BigDecimal taxInclusiveUnitPrice;
 
     /**
      * 鍚◣鎬讳环
      */
-    @Excel(name = "鍚◣鎬讳环")
+    @Excel(name = "鎬讳环")
     private BigDecimal taxInclusiveTotalPrice;
 
     /**
@@ -73,6 +73,24 @@
     @Excel(name = "鏄惁璐ㄦ", readConverterExp = "0=鍚�,1=鏄�")
     private Boolean isChecked;
 
+    @Excel(name = "鐗╂枡鍙�")
+    private String materialNo;
+
+    @Excel(name = "浜よ揣鏁伴噺")
+    private BigDecimal deliveryQuantity;
+
+    @Excel(name = "鍓╀綑鏁伴噺")
+    private BigDecimal remainingQuantity;
+
+    @Excel(name = "瀛愬簱瀛�")
+    private String subInventory;
+
+    @Excel(name = "璐т綅")
+    private String location;
+
+    @Excel(name = "鏄惁鍠风爞")
+    private Boolean isSpray;
+
 
 
 }

--
Gitblit v1.9.3