代码修改

This commit is contained in:
2022-12-07 14:09:23 +08:00
parent 65ac9ef572
commit d3e526e8f9

View File

@@ -277,6 +277,12 @@ public class GenUtil {
genMap.put("hasQuery", false);
// 自增主键
genMap.put("auto", false);
// 存储主键类型(未标明主键)
genMap.put("pkColumnType", "Long");
// 存储小写开头的字段名(未标明主键)
genMap.put("pkChangeColName", "id");
// 存储大写开头的字段名(未标明主键)
genMap.put("pkCapitalColName", "Id");
// 存在字典
genMap.put("hasDict", false);
// 存在日期注解