mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-16 10:57:10 +08:00
docs: 完善公共模块相关接口文档信息
This commit is contained in:
@@ -68,8 +68,7 @@ public class GeneratorController {
|
||||
@Parameters({
|
||||
@Parameter(name = "tableName", description = "表名称", required = true, example = "sys_user",
|
||||
in = ParameterIn.PATH),
|
||||
@Parameter(name = "requireSync", description = "是否需要同步", example = "true",
|
||||
in = ParameterIn.QUERY)})
|
||||
@Parameter(name = "requireSync", description = "是否需要同步", example = "true", in = ParameterIn.QUERY)})
|
||||
@GetMapping("/field/{tableName}")
|
||||
public R<List<FieldConfigDO>> listFieldConfig(@PathVariable String tableName,
|
||||
@RequestParam(required = false, defaultValue = "false") Boolean requireSync) {
|
||||
|
Reference in New Issue
Block a user