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

This commit is contained in:
RuoYi
2022-02-13 21:06:28 +08:00
parent 21780d8106
commit 81630a096f
3 changed files with 14 additions and 1 deletions

View File

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