From ca0565e53494417b3779759f8d3898e07bfd5929 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 20 一月 2026 14:09:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/jtwy' into sqd-hb

---
 src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java |   38 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java b/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
index 4670aa0..89aa64e 100644
--- a/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
+++ b/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -3,6 +3,7 @@
 
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.ruoyi.framework.aspectj.lang.annotation.Excel;
+import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 import org.springframework.format.annotation.DateTimeFormat;
 
@@ -53,13 +54,27 @@
     @Excel(name = "瀹㈡埛鍚嶇О")
     private String customerName;
 
-    private String salesLedgerProductId;
+    private Long salesLedgerProductId;
 
     /**
      * 鍑哄叆搴撴暟閲�
      */
     @Excel(name = "鍏ュ簱鏁伴噺")
     private BigDecimal inboundNum;
+
+    /**
+     * 鍏ュ簱鍗曚环
+     */
+    @ApiModelProperty(value = "鍏ュ簱鍗曚环")
+    @Excel(name = "鍏ュ簱鍗曚环")
+    private BigDecimal unitPrice;
+
+    /**
+     * 鍏ュ簱鎬讳环
+     */
+    @ApiModelProperty(value = "鍏ュ簱鎬讳环")
+    @Excel(name = "鍏ュ簱鎬讳环")
+    private BigDecimal totalPrice;
 
     @Excel(name = "棰勮鏁伴噺")
     private BigDecimal warnNum;
@@ -105,6 +120,11 @@
      */
     @Excel(name = "浜у搧澶х被")
     private String productCategory;
+     /**
+     * 浜у搧id
+     */
+    @Excel(name = "浜у搧id")
+    private Long productId;
 
     /**
      * 瑙勬牸鍨嬪彿
@@ -141,6 +161,22 @@
      */
     @Excel(name = "涓嶅惈绋庢�讳环")
     private BigDecimal taxExclusiveTotalPrice;
+
+    /**
+     * 姣忕鏁伴噺
+     */
+    @Excel(name = "姣忕鏁伴噺")
+    private Integer boxNum;
+    /**
+     * 姣忕瑙勬牸
+     */
+    @Excel(name = "姣忕瑙勬牸")
+    private String cartonSpecifications;
+    /**
+     * 缇庡厓姣忎欢
+     */
+    @Excel(name = "缇庡厓姣忎欢")
+    private BigDecimal dollarPrice;
     /**
      * 鎶ヨ〃鏃ユ姤
      */

--
Gitblit v1.9.3