自动化立体仓库 - WMS系统
*
L
2026-01-07 6a6ceb0e57285d49c3f9c884e244710c9edf2b7a
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -395,6 +395,21 @@
        return null;
    }
    public Integer getStaNoCar$(){
        BasDevpService service = SpringUtils.getBean(BasDevpService.class);
        BasDevp basDevp = service.selectById(this.sourceStaNo);
        if (!Cools.isEmpty(basDevp)){
            Integer devNoCar = basDevp.getDevNo();
            switch (devNoCar){
                case 1901:
                    return 122;
                default:
                    return devNoCar;
            }
        }
        return null;
    }
    public String getSourceLocNo$(){
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.sourceLocNo);