| | |
| | | public static final Integer TEMPERING_START = 2; |
| | | public static final Integer TEMPERING_SUCCESS = 3; |
| | | public static final Integer TEMPERING_END = 4; |
| | | public static final Integer TEMPERING_PAUSE = 5; |
| | | public static final Integer TEMPERING_DAMAGE = 8; |
| | | public static final Integer TEMPERING_TAKE = 9; |
| | | |
| | |
| | | public static final Integer BIG_STORAGE_TASK_EMPTY = 0; |
| | | public static final Integer BIG_STORAGE_TASK_RUNNING = 1; |
| | | |
| | | /** |
| | | * 中空大理片笼出片状态I |
| | | * 0 空任务 |
| | | * 1 启动 |
| | | * 2 暂停 |
| | | * 3 完成 |
| | | */ |
| | | public static final Integer HOLLOW_FLOW_CARD_NEW = 0; |
| | | public static final Integer HOLLOW_FLOW_CARD_START = 1; |
| | | public static final Integer HOLLOW_FLOW_CARD_PAUSE = 2; |
| | | public static final Integer HOLLOW_FLOW_CARD_SUCCESS = 3; |
| | | |
| | | } |