| | |
| | | public static final Integer THREE =3 ; |
| | | public static final Integer FOUR =4 ; |
| | | public static final String ORG_USER_ORIGIN = "ORG_USER_ORIGIN"; |
| | | public static final String VIRTUAL_CARD_INDEX = "02098469790"; |
| | | public static boolean DEALING_HK_SYNCPRIVILEGE= false; |
| | | public static boolean DEALING_HK_SYNCDEVICE = false; |
| | | public static boolean DEALING_HK_SYNCPARK = false; |
| | |
| | | String order = "order"; |
| | | String activity = "activity"; |
| | | } |
| | | |
| | | /** |
| | | * 卡片状态 0禁用 1启用 2退卡 3挂失 |
| | | */ |
| | | public interface MemberCard{ |
| | | int forbidden = 0; |
| | | int normal = 1; |
| | | int returned = 2; |
| | | int loss = 3; |
| | | } |
| | | public interface MQ_KEY{ |
| | | String activity_looknum = "looknum"; |
| | | String activity_signup = "signup"; |