From 439710722f00067a7ed71edb615e6229a64ca049 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 24 五月 2023 12:41:41 +0800 Subject: [PATCH] 输送站点异常码 --- src/main/java/com/zy/asrs/entity/WmsWrk.java | 27 +++++++-------------------- 1 files changed, 7 insertions(+), 20 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WmsWrk.java b/src/main/java/com/zy/asrs/entity/WmsWrk.java index b11d78d..08ca061 100644 --- a/src/main/java/com/zy/asrs/entity/WmsWrk.java +++ b/src/main/java/com/zy/asrs/entity/WmsWrk.java @@ -19,6 +19,7 @@ import lombok.Data; import com.baomidou.mybatisplus.annotations.TableName; import java.io.Serializable; +import java.util.List; @Data @TableName("wcs_wms_wrk") @@ -99,17 +100,11 @@ private String sourceLocNo; /** - * 搴撲綅鐘舵�� + * 鏉$爜 */ - @ApiModelProperty(value= "搴撲綅鐘舵��") - @TableField("loc_sts") - private String locSts; - - /** - * 鎷f枡(checkBox) - */ - @ApiModelProperty(value= "鎷f枡(checkBox)") - private String picking; + @ApiModelProperty(value= "鏉$爜") + @TableField("barcode") + private String barcode; /** * 淇敼浜哄憳 @@ -148,13 +143,6 @@ private String memo; /** - * 鏉$爜 - */ - @ApiModelProperty(value= "鏉$爜") - @TableField("barcode") - private String barcode; - - /** * 缁撴潫鏃堕棿 */ @ApiModelProperty(value= "缁撴潫鏃堕棿") @@ -164,7 +152,7 @@ public WmsWrk() {} - public WmsWrk(Integer wmsWrkNo, Integer wmsStatus, Integer wrkNo, Date createTime, Integer ioType, Double ioPri, String locNo, Integer staNo, Integer sourceStaNo, String sourceLocNo, String locSts, String picking, Long modiUser, Date modiTime, Long appeUser, Date appeTime, String memo, String barcode) { + public WmsWrk(Integer wmsWrkNo, Integer wmsStatus, Integer wrkNo, Date createTime, Integer ioType, Double ioPri, String locNo, Integer staNo, Integer sourceStaNo, String sourceLocNo, Long modiUser, Date modiTime, Long appeUser, Date appeTime, String memo, String barcode, Date endTime) { this.wmsWrkNo = wmsWrkNo; this.wmsStatus = wmsStatus; this.wrkNo = wrkNo; @@ -175,14 +163,13 @@ this.staNo = staNo; this.sourceStaNo = sourceStaNo; this.sourceLocNo = sourceLocNo; - this.locSts = locSts; - this.picking = picking; this.modiUser = modiUser; this.modiTime = modiTime; this.appeUser = appeUser; this.appeTime = appeTime; this.memo = memo; this.barcode = barcode; + this.endTime = endTime; } // WmsWrk wmsWrk = new WmsWrk( -- Gitblit v1.9.1