| | |
| | | }}; |
| | | public static final ArrayList<Integer> staNos2 = new ArrayList<Integer>() {{ |
| | | add(300);add(301);add(302);add(303);add(304); |
| | | add(311);add(312);add(313);add(314);add(315); |
| | | }}; |
| | | |
| | | |
| | | |
| | | public static final ArrayList<Integer> barcode1 = new ArrayList<Integer>() {{ |
| | | add(1); add(2); |
| | |
| | | |
| | | public static final ArrayList<Integer> barcode2 = new ArrayList<Integer>() {{ |
| | | add(3); |
| | | }}; |
| | | |
| | | public static final ArrayList<Integer> barcode3 = new ArrayList<Integer>() {{ |
| | | add(4); |
| | | }}; |
| | | |
| | | private Integer count=0; |
| | |
| | | return barcode1; |
| | | case 2: |
| | | return barcode2; |
| | | case 3: |
| | | return barcode3; |
| | | default: |
| | | throw new CoolException("获取条码扫描器失败!"); |
| | | } |