From a08dce3de307ce138396db5fe7274ead2ef5c573 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 20 一月 2026 17:12:08 +0800
Subject: [PATCH] Merge branch 'jtwy' of http://114.132.189.42:9002/r/product-inventory-management-after into sqd-hb
---
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java | 27 ++++++++-------------------
1 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java b/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java
index 61b0e88..6b5860c 100644
--- a/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java
+++ b/src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java
@@ -18,8 +18,6 @@
private Integer id;
- private String ids;
-
private Long createUser;
/**
@@ -51,7 +49,9 @@
*/
private String customerName;
- private String salesLedgerProductId;
+ private Long salesLedgerProductId;
+
+
/**
* 鍑哄叆搴撴暟閲�
@@ -133,6 +133,11 @@
*/
@Excel(name = "浜у搧澶х被")
private String productCategory;
+ /**
+ * 浜у搧id
+ */
+ @Excel(name = "浜у搧id")
+ private Long productId;
/**
* 瑙勬牸鍨嬪彿
@@ -169,22 +174,6 @@
*/
@Excel(name = "涓嶅惈绋庢�讳环")
private BigDecimal taxExclusiveTotalPrice;
-
- /**
- * 姣忕鏁伴噺
- */
- @Excel(name = "姣忕鏁伴噺")
- private Integer boxNum;
- /**
- * 姣忕瑙勬牸
- */
- @Excel(name = "姣忕瑙勬牸")
- private String cartonSpecifications;
- /**
- * 缇庡厓姣忎欢
- */
- @Excel(name = "缇庡厓姣忎欢")
- private BigDecimal dollarPrice;
/**
* 鎶ヨ〃鏃ユ姤
*/
--
Gitblit v1.9.3