mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-08 17:18:25 +00:00
代码预览的功能,完成
This commit is contained in:
@@ -57,6 +57,6 @@ public interface ${table.className}Service {
|
||||
* @param pageReqVO 分页查询
|
||||
* @return ${table.classComment}分页
|
||||
*/
|
||||
PageResult<${table.className}DO> get${simpleClassName}Page(${table.className}PageReqVO pageReqVO);
|
||||
PageResult<${table.className}DO> get${simpleClassName}Page(${table.className}PageReqVO pageReqVO);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user