| | |
| | | public static final Integer GLASS_CACHE_TYPE_FINISH = 5; |
| | | public static final Integer GLASS_CACHE_TYPE_OTHER = 6; |
| | | public static final List<Integer> GLASS_CACHE_TYPE_OUT_ALL = Arrays.asList(2, 3); |
| | | public static final List<Integer> GLASS_CACHE_TYPE_IN_ALL = Arrays.asList(1, 3); |
| | | |
| | | /** |
| | | * 磨边任务玻璃状态 |
| | |
| | | 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_DAMAGE = 8; |
| | | // public static final Integer TEMPERING_TAKE = 9; |
| | | 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; |
| | | |
| | | /** |
| | | * 中空大理片笼出片状态I |
| | | * 0 未进笼 |
| | | * 1 占用 |
| | | * 2 进笼完成 |
| | | */ |
| | | public static final Integer HOLLOW_RELATION_NEW = 0; |
| | | public static final Integer HOLLOW_RELATION_OCCUPY = 1; |
| | | public static final Integer HOLLOW_RELATION_SUCCESS = 2; |
| | | |
| | | } |