自动化立体仓库 - WMS系统
LSH
2023-09-26 851a69962e7febe20c70e57fe60ced663269a03c
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -159,6 +159,9 @@
    @ApiModelProperty(value = "备注")
    private String memo;
    @ApiModelProperty(value= "客户信息ID")
    private Long owner;
    public String getLocNo$() {
        LocMastService service = SpringUtils.getBean(LocMastService.class);
@@ -271,6 +274,18 @@
        return locMast.getLocType2$();
    }
    public Integer getMatType() {
        if (Cools.isEmpty(this.matnr)) {
            return null;
        }
        MatService matService = SpringUtils.getBean(MatService.class);
        Mat mat = matService.selectByMatnr(this.matnr);
        if (mat == null) {
            return null;
        }
        return mat.getMatType();
    }
    public String getMatType$() {
        if (Cools.isEmpty(this.matnr)) {
            return "";