自动化立体仓库 - WMS系统
zhang
2 天以前 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/asrs/entity/result/Pakin.java
@@ -13,7 +13,6 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -212,7 +211,8 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public Pakin() {}
    public Pakin() {
    }
    public Pakin(Long hostId, String wrkNo, Long wrkSts, String zpallet, Double anfme, Long nodeId, String locNo, String matnr, String maktx, String name, String specs, String model, String batch, String unit, String barcode, Long docId, String docNum, String custName, Integer itemNum, Integer count, Double weight, Integer status, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo) {
        this.hostId = hostId;
@@ -283,9 +283,10 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";