疯狂的狮子Li
2024-08-02 2b0efd1f93f20063c7df0d8d0c5824cc81f42e67
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/UserConstants.java
@@ -68,6 +68,16 @@
    String DICT_NORMAL = "0";
    /**
     * 通用存在标志
     */
    String DEL_FLAG_NORMAL = "0";
    /**
     * 通用删除标志
     */
    String DEL_FLAG_REMOVED  = "2";
    /**
     * 是否为系统默认(是)
     */
    String YES = "Y";