| | |
| | | public static final Integer SIXTY = 60; |
| | | |
| | | /** |
| | | * - 前缀 |
| | | */ |
| | | public static final String REDUCE = "-"; |
| | | |
| | | /** |
| | | * 空字符串 |
| | | */ |
| | | public static final String EMPTY_STR = ""; |
| | | |
| | | /** |
| | | * 0数字 |
| | | */ |
| | | public static final Integer ZERO = 0; |
| | |
| | | * 数字7 |
| | | */ |
| | | public static final Integer SEVEN = 7; |
| | | |
| | | /** |
| | | * 数字10 |
| | | */ |
| | | public static final Integer TEN = 10; |
| | | |
| | | |
| | | |
| | | /** |
| | | * -1 |
| | | */ |
| | | public static final Integer BURDEN_ONE = -1; |
| | | |
| | | /** |
| | | * 1数字 |
| | |
| | | /** |
| | | * 积分来源 - 完成听故事 |
| | | */ |
| | | public static final String COMPLETE_STORY= "完成听故事"; |
| | | public static final String COMPLETE_STORY = "完成听故事"; |
| | | |
| | | /** |
| | | * 超级听力 |
| | | */ |
| | | public static final String HEARING = "超级听力"; |
| | | |
| | | /** |
| | | * 超级听力 |
| | | */ |
| | | public static final String MEMORY = "超级记忆"; |
| | | |
| | | } |