puzhibing
2 天以前 3e7932d378b607f75379b463ae4ae2f4f1ccfe12
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -172,4 +172,15 @@
     */
    public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
            "org.springframework", "org.apache", "com.ruoyi.common.core.utils.file" };
    /** 登录端 */
    public static final Integer FROM_SYSTEM = 0;
    public static final Integer FROM_SHOP = 1;
    public static final Integer FROM_STAFF = 2;
    public static final Integer FROM_MINI_APP = 3;
}