fix: update code gen
This commit is contained in:
@@ -48,7 +48,7 @@ public class ${table.controllerName} extends BaseController {
|
||||
#end
|
||||
|
||||
@Autowired
|
||||
public ${table.serviceName} ${serviceName};
|
||||
private ${table.serviceName} ${serviceName};
|
||||
|
||||
@GetMapping("/page")
|
||||
public TableDataInfo page(${entity} $entityName) {
|
||||
|
||||
Reference in New Issue
Block a user