| | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.panzhihua.common.model.vos.sangeshenbian.SystemUserVo; |
| | | import com.panzhihua.sangeshenbian.model.entity.SystemUser; |
| | | import com.panzhihua.sangeshenbian.model.vo.RegionVO; |
| | | import com.panzhihua.sangeshenbian.model.vo.UpdatePasswordDTO; |
| | | import com.panzhihua.sangeshenbian.warpper.SystemUserList; |
| | | import com.panzhihua.sangeshenbian.warpper.SystemUserListVo; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<RegionVO> getCommunity(String streetId); |
| | | |
| | | /** |
| | | * 修改密码 |
| | | * @param dto |
| | | * @param systemUserVo |
| | | */ |
| | | void updatePassword(UpdatePasswordDTO dto, SystemUserVo systemUserVo); |
| | | } |