feat: 代码生成支持字典类型
This commit is contained in:
@@ -96,4 +96,10 @@ public class GenFieldConfig extends BaseEntity {
|
||||
private String tsType;
|
||||
|
||||
|
||||
/**
|
||||
* 字典类型
|
||||
*/
|
||||
private String dictType;
|
||||
|
||||
|
||||
}
|
||||
@@ -81,5 +81,8 @@ public class GenConfigForm {
|
||||
@Schema(description = "查询类型")
|
||||
private QueryTypeEnum queryType;
|
||||
|
||||
@Schema(description = "字典类型")
|
||||
private String dictType;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user