首页>代码>基于Spring Boot+Apache Shiro+Thymeleaf+MyBatis开发的网站后台权限管理系统>/RuoYi/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java
package com.ruoyi.common.constant;

/**
 * 任务调度通用常量
 * 
 * @author ruoyi
 */
public interface ScheduleConstants
{
    /**
     * 任务调度参数key
     */
    public static final String JOB_PARAM_KEY = "JOB_PARAM_KEY";

    public enum Status
    {
        /**
         * 正常
         */
        NORMAL(0),
        /**
         * 暂停
         */
        PAUSE(1);

        private int value;

        private Status(int value)
        {
            this.value = value;
        }

        public int getValue()
        {
            return value;
        }
    }

}
最近下载更多
zhangtian1997  LV10 2月5日
shaohuaqingfu  LV3 2024年11月6日
625459321  LV1 2024年6月11日
educationAAA  LV11 2024年5月25日
2860615178  LV4 2024年5月1日
managment  LV3 2024年4月17日
m5433661  LV2 2024年3月28日
formatself1  LV2 2024年1月28日
2917476324  LV2 2023年12月21日
Seaskye  LV14 2023年11月4日
最近浏览更多
Solowen 8小时前
暂无贡献等级
zhangtian1997  LV10 2月5日
15578157792  LV7 2024年11月28日
citybird  LV4 2024年11月17日
1481421104  LV3 2024年11月14日
dongandmin  LV8 2024年11月13日
shaohuaqingfu  LV3 2024年11月6日
King_wsk  LV18 2024年11月2日
bluerstar  LV1 2024年10月23日
zz123456ZWJ 2024年7月12日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友