feat: 新增代码字段拖动排序
新增代码字段拖动排序功能 优化代码生成前端vue页面的部分内容
This commit is contained in:
@@ -48,6 +48,11 @@ public class GenFieldConfig extends BaseEntity {
|
||||
*/
|
||||
private String fieldName;
|
||||
|
||||
/**
|
||||
* 字段排序
|
||||
*/
|
||||
private Integer fieldSort;
|
||||
|
||||
/**
|
||||
* 字段类型
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user