代码生成同步保留必填/类型选项

This commit is contained in:
RuoYi
2022-02-13 20:57:16 +08:00
parent d770e73e31
commit e4a22fabc5
3 changed files with 14 additions and 1 deletions

View File

@ -106,6 +106,9 @@ public class GenConstants
/** 模糊查询 */
public static final String QUERY_LIKE = "LIKE";
/** 相等查询 */
public static final String QUERY_EQ = "EQ";
/** 需要 */
public static final String REQUIRE = "1";
}