| | |
| | | import com.ycl.jxkg.domain.vo.StudentVO; |
| | | import com.ycl.jxkg.domain.vo.admin.user.UserPageRequestVO; |
| | | import com.github.pagehelper.PageInfo; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | |
| | | |
| | |
| | | * |
| | | */ |
| | | void updateStudentPassword(StudentUpdatePwdForm form); |
| | | |
| | | /** |
| | | * 下载模板 |
| | | * |
| | | * @param response response |
| | | */ |
| | | void importTemplate(HttpServletResponse response); |
| | | |
| | | /** |
| | | * 导入excel |
| | | * |
| | | * @param file file |
| | | * @return 结果 |
| | | */ |
| | | String importExcel(MultipartFile file); |
| | | |
| | | } |