From f5e49b2c04137fdc88c453cbe5d190cf7daab079 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期二, 30 十二月 2025 15:39:53 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/entity/WrkMastLog.java | 49 ++++++++++++++++++++++---------------------------
1 files changed, 22 insertions(+), 27 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/WrkMastLog.java b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
index 91844c4..aa9b739 100644
--- a/src/main/java/com/zy/asrs/entity/WrkMastLog.java
+++ b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -8,7 +8,6 @@
import com.core.common.SpringUtils;
import com.zy.asrs.mapper.BasWrkIotypeMapper;
import com.zy.asrs.mapper.BasWrkStatusMapper;
-import com.zy.asrs.service.BasDevpService;
import com.zy.asrs.service.LocMastService;
import com.zy.asrs.service.WrkMastService;
import com.zy.common.utils.Synchro;
@@ -147,18 +146,25 @@
private String barcode;
/**
- * 鍥涘悜绌挎杞﹀彿
+ * 鍫嗗灈鏈哄彿
*/
- @ApiModelProperty(value= "鍥涘悜绌挎杞﹀彿")
- @TableField(value = "shuttle_no")
- private Integer shuttleNo;
+ @ApiModelProperty(value= "鍫嗗灈鏈哄彿")
+ @TableField(value = "crn_no")
+ private Integer crnNo;
+
+ /**
+ * 鍙屽伐浣嶅爢鍨涙満鍙�
+ */
+ @ApiModelProperty(value= "鍙屽伐浣嶅爢鍨涙満鍙�")
+ @TableField(value = "dual_crn_no")
+ private Integer dualCrnNo;
/**
- * 鎻愬崌鏈哄彿
+ * RGV鍙�
*/
- @ApiModelProperty(value= "鎻愬崌鏈哄彿")
- @TableField(value = "lift_no")
- private Integer liftNo;
+ @ApiModelProperty(value= "RGV鍙�")
+ @TableField(value = "rgv_no")
+ private Integer rgvNo;
/**
* WMS浠诲姟鍙�
@@ -166,6 +172,13 @@
@ApiModelProperty(value= "WMS浠诲姟鍙�")
@TableField(value = "wms_wrk_no")
private String wmsWrkNo;
+
+ /**
+ * 绯荤粺娑堟伅
+ */
+ @ApiModelProperty(value= "绯荤粺娑堟伅")
+ @TableField(value = "system_msg")
+ private String systemMsg;
public WrkMastLog() {}
@@ -201,24 +214,6 @@
LocMast locMast = service.selectById(this.locNo);
if (!Cools.isEmpty(locMast)){
return String.valueOf(locMast.getLocNo());
- }
- return null;
- }
-
- public String getStaNo$(){
- BasDevpService service = SpringUtils.getBean(BasDevpService.class);
- BasDevp basDevp = service.selectById(this.staNo);
- if (!Cools.isEmpty(basDevp)){
- return String.valueOf(basDevp.getDevNo());
- }
- return null;
- }
-
- public String getSourceStaNo$(){
- BasDevpService service = SpringUtils.getBean(BasDevpService.class);
- BasDevp basDevp = service.selectById(this.sourceStaNo);
- if (!Cools.isEmpty(basDevp)){
- return String.valueOf(basDevp.getDevNo());
}
return null;
}
--
Gitblit v1.9.1