From f14bb52ddab40bf589304b6b43331ddaccea69f6 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 27 十二月 2025 16:03:36 +0800
Subject: [PATCH] 1.完善AGV任务创建和下发 2.完善数据孪生 3.新增拍照获取照片 4.新增PDA配盘出库单立即出库 5.新增PDA配盘入库单下拉框获取订单号

---
 src/main/java/com/zy/asrs/entity/Task.java |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/Task.java b/src/main/java/com/zy/asrs/entity/Task.java
index 17b831f..8178f9a 100644
--- a/src/main/java/com/zy/asrs/entity/Task.java
+++ b/src/main/java/com/zy/asrs/entity/Task.java
@@ -66,6 +66,9 @@
 
     /**
      * 鍏ュ嚭搴撶被鍨�
+     * 3.绔欏埌绔�
+     * 4.绔欏埌鍖哄煙
+     * 5.鍖哄煙鍒扮珯
      */
     @ApiModelProperty(value= "鍏ュ嚭搴撶被鍨�")
     @TableField("io_type")
@@ -125,6 +128,17 @@
     @TableField("loc_sts")
     private String locSts;
 
+    @ApiModelProperty(value= "1.娴峰悍AGV  2.鍗庢檽AGV   榛樿鏄�1.娴峰悍")
+    @TableField("plt_type")
+    private Integer pltType=1;
+
+    @ApiModelProperty(value= "鏂欐灦鍙�")
+    private String packed;
+
+    @ApiModelProperty(value= "涓嬪彂AGV浠诲姟璁℃暟")
+    @TableField("ctn_type")
+    private Integer ctnType=0;
+
     /**
      * 鎷f枡
      */
@@ -139,7 +153,7 @@
     @TableField("online_yn")
     private String onlineYn;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value= "鏄惁浠诲姟鎶ラ敊")
     @TableField("upd_mk")
     private String updMk;
 
@@ -149,10 +163,6 @@
     @ApiModelProperty(value= "閫�鍑�")
     @TableField("exit_mk")
     private String exitMk;
-
-    @ApiModelProperty(value= "")
-    @TableField("plt_type")
-    private Integer pltType;
 
     /**
      * 绌烘澘
@@ -167,13 +177,6 @@
     @ApiModelProperty(value= "宸ヤ綔鏃堕棿")
     @TableField("io_time")
     private Date ioTime;
-
-    @ApiModelProperty(value= "")
-    @TableField("ctn_type")
-    private Integer ctnType;
-
-    @ApiModelProperty(value= "")
-    private String packed;
 
     @ApiModelProperty(value= "")
     @TableField("ove_mk")

--
Gitblit v1.9.1