| | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.Company; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @return Integer |
| | | */ |
| | | Company create(Company company); |
| | | Company createShop(Company company); |
| | | void updateStatus(Company company); |
| | | void updatePhone(Company company); |
| | | /** |
| | |
| | | PageData<Company> findPage(PageWrap<Company> pageWrap); |
| | | |
| | | /** |
| | | * 查询当前企业进行集团申请可以申请的企业 |
| | | * @return |
| | | */ |
| | | List<Company> findAllCompanyList(); |
| | | |
| | | /** |
| | | * 条件统计 |
| | | * |
| | | * @param company 实体对象 |
| | |
| | | void dealSignIdStatus(); |
| | | |
| | | void updateSolutions(Company company); |
| | | |
| | | void exportFiles(Integer id, HttpServletResponse response); |
| | | } |