自动化立体仓库 - WMS系统
whycq
2023-06-16 c382cb4559cf2606883e30efbbdf4bbce0465cf6
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -271,6 +271,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 "";