feat: 新增代码字段拖动排序
新增代码字段拖动排序功能 优化代码生成前端vue页面的部分内容
This commit is contained in:
@@ -57,6 +57,9 @@ public class GenConfigForm {
|
||||
@Schema(description = "字段名")
|
||||
private String fieldName;
|
||||
|
||||
@Schema(description = "字段排序")
|
||||
private Integer fieldSort;
|
||||
|
||||
@Schema(description = "字段类型")
|
||||
private String fieldType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user