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