chore: 代码生成字段配置增加字段排序信息
This commit is contained in:
@@ -36,6 +36,7 @@ export interface FieldConfigRecord {
|
||||
columnType: string;
|
||||
fieldName: string;
|
||||
fieldType: string;
|
||||
fieldSort: number;
|
||||
comment: string;
|
||||
isRequired: boolean;
|
||||
showInList: boolean;
|
||||
|
Reference in New Issue
Block a user