Skip to content

Commit

Permalink
chore: 代码生成字段配置增加字段排序信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Mar 7, 2024
1 parent aeafc2e commit e9d3865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/tool/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface FieldConfigRecord {
columnType: string;
fieldName: string;
fieldType: string;
fieldSort: number;
comment: string;
isRequired: boolean;
showInList: boolean;
Expand Down

0 comments on commit e9d3865

Please sign in to comment.