| | |
| | | package org.jeecg.modules.eam.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import org.jeecg.common.api.vo.CommonGenericTree; |
| | | import org.jeecg.modules.eam.entity.EquipmentCategory; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Description: mom_eam_equipment_category |
| | |
| | | |
| | | public List<CommonGenericTree> loadTree(); |
| | | |
| | | public List<CommonGenericTree> loadTreeByRecurrence(); |
| | | |
| | | public Page<EquipmentCategory> getAllChildren(Page<EquipmentCategory> page,EquipmentCategory equipmentCategory); |
| | | |
| | | } |