From ea5663c37742844e6fe32c7e521a9ca9b5e711f9 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 09 九月 2025 16:21:32 +0800
Subject: [PATCH] 站位转移任务数据 不记录日志
---
src/main/java/com/zy/asrs/entity/LocDetl.java | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/LocDetl.java b/src/main/java/com/zy/asrs/entity/LocDetl.java
index 20b80f6..2c3590c 100644
--- a/src/main/java/com/zy/asrs/entity/LocDetl.java
+++ b/src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -48,11 +48,10 @@
private String maktx;
@ApiModelProperty(value= "瑙勬牸")
- @ExcelProperty("瑙勬牸")
private String specs;
@ApiModelProperty(value= "璐у搧鐗瑰緛")
- @ExcelProperty("璐у搧鐗瑰緛")
+ @ExcelProperty("鎵瑰彿")
private String batch;
@ApiModelProperty(value= "鍗曟嵁缂栧彿")
@@ -61,6 +60,7 @@
private String orderNo;
@ApiModelProperty(value= "鍨嬪彿")
+ @ExcelProperty("妗跺瀷")
private String model;
@ApiModelProperty(value= "棰滆壊")
@@ -92,6 +92,7 @@
@ApiModelProperty(value= "鐢熶骇鏃ユ湡")
@TableField("manu_date")
+ @ExcelProperty("鐢熶骇鏃ユ湡")
private String manuDate;
@ApiModelProperty(value= "鍝侀」鏁�")
@@ -103,12 +104,17 @@
private Double safeQty;
@ApiModelProperty(value= "閲嶉噺")
+ @ExcelProperty("鍑�閲�")
private Double weight;
@ApiModelProperty(value= "闀垮害")
+ @TableField("man_length")
+ @ExcelProperty("姣涢噸")
private Double manLength;
@ApiModelProperty(value= "浣撶Н")
+ @TableField("volume")
+ @ExcelProperty("缃愯閲�")
private Double volume;
@ApiModelProperty(value= "涓夋柟缂栫爜")
--
Gitblit v1.9.1