添加发送短信

This commit is contained in:
韩鹏辉
2024-07-11 11:35:35 +08:00
parent 6a8ea3416f
commit 21fb470052
6 changed files with 225 additions and 1 deletions

View File

@@ -80,4 +80,7 @@ public interface TbUserInfoService {
* @throws IOException /
*/
void download(List<TbUserInfoDto> all, HttpServletResponse response) throws IOException;
}