| | |
| | | import com.zy.core.enums.CrnStatusType; |
| | | import lombok.Data; |
| | | |
| | | import java.util.ArrayList; |
| | | |
| | | /** |
| | | * Created by vincent on 2020/8/7 |
| | | */ |
| | |
| | | public Float yDuration; |
| | | public String errCrn; |
| | | |
| | | |
| | | public Integer locMastDemoCount;//测试库位数量 |
| | | public ArrayList<String> locMastDemoListF;//测试库位列表 |
| | | public ArrayList<String> locMastDemoListE;//测试库位列表 |
| | | public ArrayList<String> locMastDemoList;//测试库位列表 |
| | | public ArrayList<String[]> locMastDemoListSign;//测试库位列表 |
| | | public Integer staOutDemo;//测试库位出库站 |
| | | public Integer staIntDemo;//测试库位入库站 |
| | | public boolean signIntOut;//测试库位入库站 |
| | | |
| | | public void setMode(Short mode) { |
| | | this.mode = mode; |
| | | this.modeType = CrnModeType.get(mode); |