chore: 代码生成字段配置增加字段排序信息

This commit is contained in:
2024-03-07 23:04:27 +08:00
parent aeafc2ece2
commit e9d3865892

View File

@@ -36,6 +36,7 @@ export interface FieldConfigRecord {
columnType: string;
fieldName: string;
fieldType: string;
fieldSort: number;
comment: string;
isRequired: boolean;
showInList: boolean;