zlyx
2022-09-08 a26c02006f82f174ca8ad8db2ed2cd324d61f240
ruoyi-common/src/main/java/com/ruoyi/common/constant/GenConstants.java
@@ -182,6 +182,11 @@
    String QUERY_LIKE = "LIKE";
    /**
     * 相等查询
     */
    String QUERY_EQ = "EQ";
    /**
     * 需要
     */
    String REQUIRE = "1";