diff --git a/src/views/system/tools/gen/component/basicInfo.vue b/src/views/system/tools/gen/component/basicInfo.vue index 53c2536..6f668e7 100644 --- a/src/views/system/tools/gen/component/basicInfo.vue +++ b/src/views/system/tools/gen/component/basicInfo.vue @@ -46,17 +46,30 @@ - - - + + + + + + + + + - + - + diff --git a/src/views/system/tools/gen/component/model.ts b/src/views/system/tools/gen/component/model.ts index e61ea71..af8994e 100644 --- a/src/views/system/tools/gen/component/model.ts +++ b/src/views/system/tools/gen/component/model.ts @@ -65,6 +65,7 @@ export interface TableDataInfo extends TableData{ sortType:string; remark:string; overwrite:boolean; + useSnowId:boolean; showDetail:boolean; excelPort:boolean; tplCategory:string;