All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tgtools.quartz.explorer.config.Constant Maven / Gradle / Ivy

The newest version!
package tgtools.quartz.explorer.config;

public class Constant {
    //演示系统账户
    public static String DEMO_ACCOUNT = "test";
    //自动去除表前缀
    public static String AUTO_REOMVE_PRE = "true";
    //停止计划任务
    public static String STATUS_RUNNING_STOP = "stop";
    //开启计划任务
    public static String STATUS_RUNNING_START = "start";
    //通知公告阅读状态-未读
    public static String OA_NOTIFY_READ_NO = "0";
    //通知公告阅读状态-已读
    public static int OA_NOTIFY_READ_YES = 1;
    //部门根节点id
    public static Long DEPT_ROOT_ID = 0l;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy