| | |
| | | * 6 拿走 |
| | | */ |
| | | |
| | | public static final Integer TEMPERING_NEW =-1; |
| | | public static final Integer TEMPERING_OUT =0; |
| | | public static final Integer TEMPERING_DROP =1; |
| | | 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 =5; |
| | | public static final Integer TEMPERING_TAKE =6; |
| | | public static final Integer TEMPERING_NEW = -1; |
| | | public static final Integer TEMPERING_OUT = 0; |
| | | public static final Integer TEMPERING_DROP = 1; |
| | | 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 = 5; |
| | | public static final Integer TEMPERING_TAKE = 6; |
| | | |
| | | /** |
| | | * 下片 |
| | | */ |
| | | /** |
| | | * 执行线路格子信息 |
| | | */ |
| | | public static final List<Integer> G06_WORK_STATION = Arrays.asList(1, 2, 3); |
| | | public static final List<Integer> G11_WORK_STATION = Arrays.asList(4, 5, 6); |
| | | public static final List<Integer> G13_WORK_STATION = Arrays.asList(7); |
| | | |
| | | |
| | | } |