发布 2.3.0

This commit is contained in:
疯狂的狮子li
2021-06-01 10:53:30 +08:00
parent 76aa006db5
commit 59ef30b156
73 changed files with 3789 additions and 429 deletions

View File

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