自动化立体仓库 - WMS系统
zjj
2025-09-09 2330cde874d1c4ca6763fd9fc1590fc313751df3
src/main/java/com/zy/asrs/entity/ICMO.java
@@ -8,6 +8,7 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DepartmentService;
import com.zy.asrs.service.ICItemCoreService;
import org.springframework.format.annotation.DateTimeFormat;
import java.text.SimpleDateFormat;
@@ -588,6 +589,14 @@
        return icItemCoreService.selectOne(new EntityWrapper<ICItemCore>().eq("FItemID", this.FItemID));
    }
    public Department getDepartment(){
        if (Cools.isEmpty(this.FWorkShop)){
            return null;
        }
        DepartmentService departmentService = SpringUtils.getBean(DepartmentService.class);
        return departmentService.selectOne(new EntityWrapper<Department>().eq("FItemID", this.FWorkShop));
    }
    public String getFPlanCommitDate$(){
        if (Cools.isEmpty(this.FPlanCommitDate)){