2
0

fix: update code gen

This commit is contained in:
caiyuchao
2024-12-20 11:12:35 +08:00
parent cd3a860a34
commit a54834473d
2 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ import org.springframework.web.bind.annotation.RestController;
import org.wfc.common.core.web.controller.BaseController;
import org.wfc.common.core.web.domain.AjaxResult;
import org.wfc.common.core.web.page.TableDataInfo;
import org.wfc.system.domain.SysRateLimit;
import org.wfc.system.service.ISysRateLimitService;
import ${package.Entity}.${entity};
import ${package.Service}.${table.serviceName};
import java.util.List;
#if(${superControllerClassPackage})