| | |
| | | import org.jeecg.common.constant.CommonConstant; |
| | | import org.jeecg.common.util.StrUtils; |
| | | import org.jeecg.modules.tms.entity.Warehouse; |
| | | import org.jeecg.modules.tms.entity.vo.DictVo; |
| | | import org.jeecg.modules.tms.mapper.WarehouseMapper; |
| | | import org.jeecg.modules.tms.service.IWarehouseService; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | return this.baseMapper.queryPageList(page, queryWrapper); |
| | | } |
| | | |
| | | @Override |
| | | public List<DictVo> queryWarehouseDictList() { |
| | | return this.baseMapper.queryWarehouseDictList(); |
| | | } |
| | | |
| | | private List<CommonGenericTree<Warehouse>> loadTree(List<Warehouse> warehouseList) { |
| | | Warehouse warehouse = new Warehouse(); |
| | | List<CommonGenericTree<Warehouse>> list = new ArrayList<>(); |