| | |
| | | package cc.mrbird.febs.common.utils;
|
| | |
|
| | | public class AppContants {
|
| | |
|
| | |
|
| | | public static final String TZ_INFO = "TZ_INFO";//投注信息
|
| | | /**
|
| | | * 两个数据需要一起改
|
| | | */
|
| | | public static final Integer KJ_RECORD_TIME_INTERVAL = 10;//开奖时间间隔分钟
|
| | | public static final String KJ_RECORD_TIME_JOB_CRON = "0 0/10 * * * ? ";//开奖时间间隔分钟
|
| | | public static final Integer KJ_RECORD_TIME_INTERVAL = 5;//开奖时间间隔分钟
|
| | | public static final String KJ_RECORD_TIME_JOB_CRON = "0 0/5 * * * ? ";//开奖时间间隔分钟
|
| | |
|
| | | public static final String KJ_RECORD_NO_OLD = "KJ_NO_OLD";//上一期的开奖编号
|
| | | public static final String KJ_RECORD_NUM_OLD = "KJ_NUM_OLD";//上一期的开奖编号
|