skyouc
2025-03-26 f0bcc3aaa31f9658cbed0ef4bcc5b6de486fd903
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WarehouseAreas.java
@@ -206,7 +206,7 @@
        return null;
    }
    public String getSupplier$() {
    public String getSupplierId$() {
        CompanysService service = SpringUtils.getBean(CompanysService.class);
        Companys supplier = service.getById(this.supplierId);
        if (!Cools.isEmpty(supplier)){