| | |
| | | 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); |