From 2edfe8214e2723dfb6cc1866c58f783f49a7f649 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 12 一月 2026 11:53:07 +0800
Subject: [PATCH] yys 成品入库导出修改

---
 src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
index c9930a2..1802ca5 100644
--- a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
+++ b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -18,6 +18,8 @@
 @Data
 public class CustomStorage {
 
+    @TableField(exist = false)
+    private String ids;
 
     private static final long serialVersionUID = 1L;
 
@@ -38,6 +40,12 @@
     @Excel(name = "寰呭嚭搴撴暟閲�")
     @TableField(exist = false)
     private BigDecimal inboundNum0;
+
+    /**
+     * 鍥剧墖
+     */
+    @Excel(name = "鍥剧墖", cellType = Excel.ColumnType.IMAGE)
+    private String url;
     /**
      * 鍑哄簱鏁伴噺
      */
@@ -115,5 +123,19 @@
      */
     @TableField(fill = FieldFill.INSERT)
     private Long tenantId;
-
+    /**
+     * 姣忕鏁伴噺
+     */
+    @Excel(name = "姣忕鏁伴噺")
+    private Integer boxNum;
+    /**
+     * 姣忕瑙勬牸
+     */
+    @Excel(name = "姣忕瑙勬牸")
+    private String cartonSpecifications;
+    /**
+     * 缇庡厓姣忎欢
+     */
+    @Excel(name = "缇庡厓姣忎欢")
+    private BigDecimal dollarPrice;
 }

--
Gitblit v1.9.3