From 9d4cf882be7a2ad8d3cc422bcd0dbc461f626f58 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 20 一月 2026 15:12:30 +0800
Subject: [PATCH] feat(production): 迁移生产管控
---
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java | 22 ++--------------------
1 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
index 496c3d1..750b426 100644
--- a/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
+++ b/src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -18,19 +18,11 @@
@Data
public class CustomStorage {
- @TableField(exist = false)
- private String ids;
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
-
- /**
- * 鍥剧墖
- */
- @Excel(name = "鍥剧墖", cellType = Excel.ColumnType.IMAGE, height = 114, width = 25)
- private String url;
// 鍏ュ簱鏃堕棿
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd")
@@ -46,12 +38,7 @@
@TableField(exist = false)
private String timeStr;
- /**
- * 寰呭嚭搴撴暟閲�
- */
- @Excel(name = "寰呭嚭搴撴暟閲�")
- @TableField(exist = false)
- private BigDecimal inboundNum0;
+
/**
* 鍑哄簱鏁伴噺
*/
@@ -104,12 +91,7 @@
private BigDecimal inboundNum0 = BigDecimal.ZERO;
- /**
- * 鍑哄簱鏁伴噺
- */
- @Excel(name = "鍑哄簱鏁伴噺")
- @TableField(exist = false)
- private BigDecimal totalInboundNum = BigDecimal.ZERO;
+
/**
* 鍏ュ簱鐢ㄦ埛id
*/
--
Gitblit v1.9.3