mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-14 14:57:13 +08:00
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