feat: 代码生成支持字典类型

This commit is contained in:
ray
2024-07-30 00:22:38 +08:00
parent 846a547254
commit efe4bcf3f6
6 changed files with 43 additions and 5 deletions

View File

@@ -96,4 +96,10 @@ public class GenFieldConfig extends BaseEntity {
private String tsType;
/**
* 字典类型
*/
private String dictType;
}