| | |
| | | package org.sxkj.system.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.sxkj.system.entity.Region; |
| | | import org.sxkj.system.excel.RegionExcel; |
| | | import org.sxkj.system.param.RegionPageParam; |
| | | import org.sxkj.system.vo.RegionVO; |
| | | import org.sxkj.system.vo.TreeVo; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | public TreeVo buildRegionTree(String parentCode); |
| | | |
| | | /** |
| | | * |
| | | * @param page |
| | | * @param regionPageParam |
| | | * @return |
| | | */ |
| | | IPage<RegionVO> selectRegionPage(IPage<RegionVO> page, RegionPageParam regionPageParam); |
| | | } |