初始化短信日志的 CRUD 代码

This commit is contained in:
YunaiV
2021-04-11 17:22:56 +08:00
parent fdc60fbc90
commit 7760e163b3
19 changed files with 681 additions and 65 deletions

View File

@ -63,7 +63,7 @@ public interface ${table.className}Service {
* 获得${table.classComment}列表, 用于 Excel 导出
*
* @param exportReqVO 查询条件
* @return ${table.classComment}分页
* @return ${table.classComment}列表
*/
List<${table.className}DO> get${simpleClassName}List(${table.className}ExportReqVO exportReqVO);