#
whycq
2024-07-11 0430c84aa26eaaad039803dad9c24d55f36b3050
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/LocMast.java
@@ -168,11 +168,11 @@
    private String pic;
    @ApiModelProperty(value= "货主")
    private Integer owner;
    private String owner;
    public LocMast() {}
    public LocMast(String locNo,Long whsType,String locSts,Integer crnNo,Integer row1,Integer bay1,Integer lev1,String fullPlt,Short locType1,Short locType2,Short locType3,Date ioTime,Date firstTime,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Date errorTime,String errorMemo,String mk,String barcode,String memo,Long hostId, Integer owner) {
    public LocMast(String locNo,Long whsType,String locSts,Integer crnNo,Integer row1,Integer bay1,Integer lev1,String fullPlt,Short locType1,Short locType2,Short locType3,Date ioTime,Date firstTime,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Date errorTime,String errorMemo,String mk,String barcode,String memo,Long hostId, String owner) {
        this.locNo = locNo;
        this.whsType = whsType;
        this.locSts = locSts;
@@ -234,17 +234,6 @@
        return null;
    }
    public String getOwner$(){
        if (null == this.owner){ return null; }
        switch (this.owner){
            case 1:
                return "宁波";
            case 2:
                return "新昌";
            default:
                return String.valueOf(this.owner);
        }
    }
    public String getLocSts$(){
        BasLocStsService service = SpringUtils.getBean(BasLocStsService.class);