This commit is contained in:
thinkgem
2023-03-06 10:18:30 +08:00
parent 2bf55f1db1
commit 97d19ab350
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ public class ${ClassName}Service extends ${table.isTreeEntity?'Tree':'Crud'}Serv
/**
* 查询分页数据
* @param ${className} 查询条件
* @param ${className}.page 分页对象
* @param ${className} page 分页对象
* @return
*/
@Override

View File

@@ -88,7 +88,7 @@ public class ${ClassName}Service extends ${table.isTreeEntity?'Tree':'Crud'}Serv
/**
* 查询分页数据
* @param ${className} 查询条件
* @param ${className}.page 分页对象
* @param ${className} page 分页对象
* @return
*/
@Override

View File

@@ -61,7 +61,7 @@ public class ${ClassName}Service extends ${table.isTreeEntity?'Tree':'Query'}Ser
/**
* 查询分页数据
* @param ${className} 查询条件
* @param ${className}.page 分页对象
* @param ${className} page 分页对象
* @return
*/
@Override