From 13b2580541535eba89a363da83501d034892a8b3 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 15 四月 2026 21:16:33 +0800
Subject: [PATCH] 电视机数据对接

---
 src/main/java/com/zy/asrs/entity/WaitPakinLog.java |   57 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 48 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
index 6fb3086..a318f2b 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakinLog.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.baomidou.mybatisplus.mapper.EntityWrapper;
@@ -43,6 +44,38 @@
     @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 specs;
 
@@ -72,6 +105,18 @@
 
     @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;
@@ -159,19 +204,19 @@
      * 澶囩敤1
      */
     @ApiModelProperty(value= "澶囩敤1")
-    private String standby1 = "";
+    private String standby1 = "1";
 
     /**
      * 澶囩敤2
      */
     @ApiModelProperty(value= "澶囩敤2")
-    private String standby2 = "";
+    private String standby2 = "1";
 
     /**
      * 澶囩敤3
      */
     @ApiModelProperty(value= "澶囩敤3")
-    private String standby3 = "";
+    private String standby3 = "1";
 
     /**
      * 澶囩敤1
@@ -193,12 +238,6 @@
     @ApiModelProperty(value= "澶囩敤3")
     @TableField("box_type3")
     private String boxType3 = "1";
-
-    @ApiModelProperty(value= "瀹㈡埛鍚嶇О")
-    private String owner;
-
-    @ApiModelProperty(value= "瀹㈡埛缂栧彿")
-    private Long uuid;
 
     public String getBeBatch$(){
         if (null == this.beBatch){ return null; }

--
Gitblit v1.9.1