From b678a2c6b0b43feaad90c558b2c2c3bd608deedb Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期六, 22 六月 2024 14:56:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/Four-Way-Rack' into Four-Way-Rack --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Task.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Task.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Task.java index f7591fb..afdf5f5 100644 --- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Task.java +++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Task.java @@ -190,7 +190,6 @@ * 鏄惁鍒犻櫎 1: 鏄� 0: 鍚� */ @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄� 0: 鍚� ") - @TableLogic private Integer deleted; /** @@ -261,10 +260,16 @@ @ApiModelProperty(value= "鏄惁璁板綍搴撲綅淇℃伅") private String recordLoc; + /** + * WMS浠诲姟鍙� + */ + @ApiModelProperty(value= "WMS浠诲姟鍙�") + private String wmsTaskNo; + public Task() {} - public Task(String uuid, Long busId, String taskNo, String serialNum, String title, Long taskSts, Long taskCtg, Integer priority, String originSite, String originLoc, String destSite, String destLoc, Integer emptyMk, String zpallet, String phase, Date ioTime, Date startTime, Date endTime, Date exceptionTime, String exceptionDesc, Long hostId, Integer status, Integer deleted, Date createTime, Long createBy, Date updateTime, Long updateBy, String memo, Integer shuttleNo, Integer liftNo, Integer crnNo, Integer rgvNo, Integer agvNo, String recordLoc) { + public Task(String uuid, Long busId, String taskNo, String serialNum, String title, Long taskSts, Long taskCtg, Integer priority, String originSite, String originLoc, String destSite, String destLoc, Integer emptyMk, String zpallet, String phase, Date ioTime, Date startTime, Date endTime, Date exceptionTime, String exceptionDesc, Long hostId, Integer status, Integer deleted, Date createTime, Long createBy, Date updateTime, Long updateBy, String memo, Integer shuttleNo, Integer liftNo, Integer crnNo, Integer rgvNo, Integer agvNo, String recordLoc, String wmsTaskNo) { this.uuid = uuid; this.busId = busId; this.taskNo = taskNo; @@ -299,6 +304,7 @@ this.rgvNo = rgvNo; this.agvNo = agvNo; this.recordLoc = recordLoc; + this.wmsTaskNo = wmsTaskNo; } // Task task = new Task( -- Gitblit v1.9.1