Skip to content

Commit

Permalink
update: 修改控制类模版
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Apr 25, 2024
1 parent 28bf2bb commit 1fccc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/budwk/code/template/controller.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ${basePackage}.controllers.admin;
import cn.dev33.satoken.annotation.SaCheckPermission;
import ${basePackage}.models.${fileName};
import ${basePackage}.services.${humpName}Service;
import ${rootPackage}.starter.common.page.Pagination;
import com.osdiot.starter.common.openapi.annotation.ApiDefinition;
import ${rootPackage}.starter.common.result.Result;
import ${rootPackage}.starter.common.result.ResultCode;
import ${rootPackage}.starter.log.annotation.SLog;
Expand Down

0 comments on commit 1fccc44

Please sign in to comment.