| | |
| | | package cc.mrbird.febs.common.utils;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | public class AppContants {
|
| | |
|
| | | public static final String KJ_RECORD_NO_OLD = "KJ_NO_OLD";//上一期的开奖编号
|
| | | public static final String KJ_RECORD_NUM_OLD = "KJ_NUM_OLD";//上一期的开奖编号
|
| | | public static final String KJ_RECORD_NO = "KJ_NO";//开奖编号
|
| | | public static final String KJ_RECORD_TIME = "KJ_TIME";//开奖时间
|
| | |
|
| | | /**
|
| | | * 系统用户
|
| | | */
|
| | | public static final String PUBLIC_CODE = "system_add_member";
|
| | | public static final String SYSTEM_USER = "system";
|
| | |
|
| | | public static final String PUBLIC_KEY = "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzIfAF0gZs9zn9ENRtz6ocHa8MGljmMmCsjLsRvTIAilBMypMJz/VNooAOhd8GTdsWm8FNGVhRauv7RfxorFJ4Um2UbweUQBIZP2pzZMnclHxhUmYZsn/6IaPzijiUNfEjygtE7ezvso/67ecZJwqfrtlbEjqUbRgo17Qj23suwQIDAQAB";
|