skyouc
8 天以前 de010011aa92785f04b6f0345411c584d49a92d4
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WarehouseAreas.java
@@ -175,25 +175,6 @@
        this.memo = memo;
    }
//    WarehouseAreas warehouseAreas = new WarehouseAreas(
//            null,    // 编号
//            null,    // 名称
//            null,    // 编码
//            null,    // 货主标识(*)
//            null,    // 供应商标识
//            null,    // 允许负库存(*)
//            null,    // 是否标签管理(*)[非空]
//            null,    // 支持混放(*)[非空]
//            null,    // 状态[非空]
//            null,    // 是否删除[非空]
//            null,    // 租户
//            null,    // 添加人员
//            null,    // 添加时间[非空]
//            null,    // 修改人员
//            null,    // 修改时间[非空]
//            null    // 备注
//    );
    public String getShipperId$(){
        CompanysService service = SpringUtils.getBean(CompanysService.class);
        Companys shipper = service.getById(this.shipperId);