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