update 优化代码生成模板

This commit is contained in:
疯狂的狮子li
2021-05-30 02:18:34 +08:00
parent 8cc2aee13e
commit 6192d42564
4 changed files with 10 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ public interface I${ClassName}Service extends IServicePlus<${ClassName}> {
*/
TableDataInfo<${ClassName}Vo> queryPageList(${ClassName}QueryBo bo);
#end
/**
* 查询列表
*/