初始化短信日志的 CRUD 代码
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user