Commit 83039f1c authored by fangxinjiang's avatar fangxinjiang

代码生成器调整

parent fdc8fb4b
......@@ -46,5 +46,5 @@ public interface ${className}Service extends IService<${className}> {
void listExport(HttpServletResponse response, ${className}SearchVo searchVo);
List<${className}> noPageDiy(${className}SearchVo searchVo)
List<${className}> noPageDiy(${className}SearchVo searchVo);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment