|  |  |  | 
|---|
|  |  |  | 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); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | long count(Company company); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void startSignAuth(Integer id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void startSignAuthAuto( ); | 
|---|
|  |  |  | void dealSignAuthStatus(); | 
|---|
|  |  |  | void   dealSignIdStatus(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void updateSolutions(Company company); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void exportFiles(Integer id, HttpServletResponse response); | 
|---|
|  |  |  | } | 
|---|