wip: 代码生成临时提交
This commit is contained in:
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
import jakarta.validation.Valid;
|
||||
|
||||
/**
|
||||
* $!{tableComment} 前端控制器
|
||||
* $!{tableComment}前端控制层
|
||||
*
|
||||
* @author ${author}
|
||||
* @since ${date}
|
||||
@@ -44,7 +44,7 @@ public class ${entityName}Controller {
|
||||
return Result.judge(result);
|
||||
}
|
||||
|
||||
@Operation(summary = "$!{tableComment}表单数据")
|
||||
@Operation(summary = "获取$!{tableComment}表单数据")
|
||||
@GetMapping("/{id}/form")
|
||||
public Result<${entityName}Form> get${entityName}Form(
|
||||
@Parameter(description = "$!{tableComment}ID") @PathVariable Long id
|
||||
|
||||
Reference in New Issue
Block a user