| | |
| | | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.admin.request.UpdateCompanySortDTO; |
| | | import com.doumee.dao.admin.response.CompanyDTO; |
| | | import com.doumee.dao.business.model.Company; |
| | | import java.util.List; |
| | |
| | | * @return PageData<Company> |
| | | */ |
| | | PageData<Company> findPage(PageWrap<Company> pageWrap); |
| | | |
| | | void updateStatusById(Company company); |
| | | /** |
| | | * 条件统计 |
| | | * |
| | |
| | | */ |
| | | List<CompanyDTO> findCompanyTreePage(Integer type); |
| | | |
| | | List<Company> companyTree(Integer type); |
| | | |
| | | void updateSort(UpdateCompanySortDTO dto); |
| | | } |