update 优化 代码生成 增加多前端模板选择
This commit is contained in:
@@ -6,6 +6,7 @@ export interface TableVO extends BaseEntity {
|
||||
tableComment: string;
|
||||
className: string;
|
||||
tplCategory: string;
|
||||
frontendType: string;
|
||||
packageName: string;
|
||||
moduleName: string;
|
||||
businessName: string;
|
||||
@@ -80,6 +81,7 @@ export interface DbTableVO {
|
||||
tableComment: string;
|
||||
className?: any;
|
||||
tplCategory?: any;
|
||||
frontendType?: string;
|
||||
packageName?: any;
|
||||
moduleName?: any;
|
||||
businessName?: any;
|
||||
@@ -181,6 +183,7 @@ export interface DbTableForm extends BaseEntity {
|
||||
tableComment: string;
|
||||
className: string;
|
||||
tplCategory: string;
|
||||
frontendType: string;
|
||||
packageName: string;
|
||||
moduleName: string;
|
||||
businessName: string;
|
||||
|
||||
Reference in New Issue
Block a user