From ce37e4c4e4b74b138bbc12417b7f220f73c6083f Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 15 四月 2026 20:23:00 +0800
Subject: [PATCH] 1.erp对接新增字段 2.电视机数据
---
src/main/java/com/zy/asrs/entity/WaitPakin.java | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/WaitPakin.java b/src/main/java/com/zy/asrs/entity/WaitPakin.java
index 14b82c1..4bda323 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakin.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -1,5 +1,6 @@
package com.zy.asrs.entity;
+import com.alibaba.excel.annotation.ExcelProperty;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableName;
import com.core.common.Cools;
@@ -40,9 +41,53 @@
@TableField("order_no")
private String orderNo;
+ /**
+ * 闆嗚绠卞彿
+ */
+ @ApiModelProperty(value= "闆嗚绠卞彿")
+ @ExcelProperty("闆嗚绠卞彿")
+ @TableField("container_no")
+ private String containerNo;
+
+ /**
+ * TEU
+ */
+ @ApiModelProperty(value= "TEU")
+ @ExcelProperty("TEU")
+ @TableField("teu")
+ private Integer teu;
+
+ /**
+ * 杞︾墝鍙�
+ */
+ @ApiModelProperty(value= "杞︾墝鍙�")
+ @ExcelProperty("杞︾墝鍙�")
+ @TableField("plate_no")
+ private String plateNo;
+
+ /**
+ * 杞︽鍙�
+ */
+ @ApiModelProperty(value= "杞︽鍙�")
+ @ExcelProperty("杞︽鍙�")
+ @TableField("train_no")
+ private String trainNo;
+
@ApiModelProperty(value= "寤鸿鍏ュ簱鍖哄煙锛氬爢鍨涙満鍙�")
private String origin;
+ @ApiModelProperty(value= "璐х墿棰戞锛�1=楂橀锛�2=浣庨")
+ @TableField("freq_type")
+ private Integer freqType;
+
+ /**
+ * 绔嬫柟鏁�
+ */
+ @ApiModelProperty(value= "绔嬫柟鏁帮紝鍗曚綅锛氱珛鏂圭背")
+ @ExcelProperty("绔嬫柟鏁�")
+ @TableField("cube_number")
+ private Double cubeNumber;
+
@ApiModelProperty(value= "搴撲綅缂栫爜锛岃嫢鏈夛紝鍒欏瓨鍌ㄥ埌鎸囧畾搴撲綅銆備负鍚庣画鍒嗗尯棰勭暀")
private String manu;
--
Gitblit v1.9.1