From 3b02ada59b793fe7db195bbb39dbc0e533f036d6 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期四, 25 六月 2026 10:26:04 +0800
Subject: [PATCH] fix: 售后查询按照反馈日期排序

---
 src/main/java/com/ruoyi/sales/dto/SalesNotShippingImportDto.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/dto/SalesNotShippingImportDto.java b/src/main/java/com/ruoyi/sales/dto/SalesNotShippingImportDto.java
index 9b3b3a9..15c6e95 100644
--- a/src/main/java/com/ruoyi/sales/dto/SalesNotShippingImportDto.java
+++ b/src/main/java/com/ruoyi/sales/dto/SalesNotShippingImportDto.java
@@ -188,4 +188,13 @@
 
     @Excel(name = "纾ㄨ竟(寮傚舰)")
     private BigDecimal grindingIrregular;
+
+    @Excel(name = "绮剧(杈�")
+    private BigDecimal fineGrinding;
+
+    @Excel(name = "杩愯垂")
+    private BigDecimal freightFee;
+
+    @Excel(name = "鍔犳�ヨ垂")
+    private BigDecimal urgentFee;
 }
\ No newline at end of file

--
Gitblit v1.9.3