From 0d217eeff1f9d23844a54e8dd2ffebd8b4c2c1c7 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 20 一月 2026 16:20:30 +0800
Subject: [PATCH] feat(production): 迁移生产管控

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

diff --git a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
index 5107c06..750b426 100644
--- a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
+++ b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -38,12 +38,7 @@
     @TableField(exist = false)
     private String timeStr;
 
-    /**
-     * 寰呭嚭搴撴暟閲�
-     */
-    @Excel(name = "寰呭嚭搴撴暟閲�")
-    @TableField(exist = false)
-    private BigDecimal inboundNum0;
+
     /**
      * 鍑哄簱鏁伴噺
      */
@@ -89,6 +84,15 @@
     @Excel(name = "鍏ュ簱鐢ㄦ埛")
     private String createBy;
     /**
+     * 寰呭嚭搴撴暟閲�
+     */
+    @Excel(name = "寰呭嚭搴撴暟閲�")
+    @TableField(exist = false)
+    private BigDecimal inboundNum0 = BigDecimal.ZERO;
+
+
+
+    /**
      * 鍏ュ簱鐢ㄦ埛id
      */
     @TableField(fill = FieldFill.INSERT)
@@ -121,5 +125,20 @@
      */
     @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