zhang
14 小时以前 70930071a49190f414c8d8bc9c9e9795a4096739
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Loc.java
@@ -78,19 +78,19 @@
     * 排
     */
    @ApiModelProperty(value= "排")
    private Integer row;
    private Integer rowNo;
    /**
     * 列
     */
    @ApiModelProperty(value= "列")
    private Integer bay;
    private Integer bayNo;
    /**
     * 层
     */
    @ApiModelProperty(value= "层")
    private Integer lev;
    private Integer levNo;
    /**
     * 库位码
@@ -160,7 +160,7 @@
    public Loc() {}
    public Loc(String uuid,Long zoneId,String locNo,String name,Long code,Long locSts,Double offset,Integer row,Integer bay,Integer lev,String zpallet,Long locType,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
    public Loc(String uuid,Long zoneId,String locNo,String name,Long code,Long locSts,Double offset,Integer rowNo,Integer bayNo,Integer levNo,String zpallet,Long locType,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.uuid = uuid;
        this.zoneId = zoneId;
        this.locNo = locNo;
@@ -168,9 +168,9 @@
        this.code = code;
        this.locSts = locSts;
        this.offset = offset;
        this.row = row;
        this.bay = bay;
        this.lev = lev;
        this.rowNo = rowNo;
        this.bayNo = bayNo;
        this.levNo = levNo;
        this.zpallet = zpallet;
        this.locType = locType;
        this.status = status;