| | |
| | | import com.panzhihua.common.model.dtos.community.microCommercialStreet.BindUserPhoneDTO; |
| | | import com.panzhihua.common.model.dtos.community.microCommercialStreet.McsMerchantDTO; |
| | | import com.panzhihua.common.model.dtos.grid.*; |
| | | import com.panzhihua.common.model.dtos.partybuilding.ComPbCheckUserDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageFeedBackDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageUserAppletsBackstageDTO; |
| | | import com.panzhihua.common.model.dtos.user.SysUserEditTipsDTO; |
| | |
| | | * @return |
| | | */ |
| | | R tfLogin(UuLoginVO uuLoginVO); |
| | | |
| | | /** |
| | | * 三说会堂新增业务中心或专家账号 |
| | | * */ |
| | | R addExpertOrIndustryCenter(AdministratorsUserVO administratorsUserVO); |
| | | |
| | | /** |
| | | * 三说会堂后台重置密码 |
| | | * */ |
| | | R resetPassExpertOrIndustryCenter(String account,String password); |
| | | |
| | | /** |
| | | * 用户授权 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | R accept(Long userId); |
| | | |
| | | R addComPbCheckUser(ComPbCheckUserDTO comPbCheckUserDTO); |
| | | } |