代码生成初始化字段属性增加布尔类型

This commit is contained in:
SG
2022-01-07 15:37:23 +08:00
parent eb11337f7d
commit 0f9c32bdc6
2 changed files with 8 additions and 0 deletions

View File

@ -106,6 +106,9 @@ public class GenConstants
/** 时间类型 */
public static final String TYPE_DATE = "Date";
/** 布尔类型 */
public static final String TYPE_BOOLEAN = "Boolean";
/** 模糊查询 */
public static final String QUERY_LIKE = "LIKE";