add:立库任务类型增加
This commit is contained in:
@@ -51,7 +51,12 @@ public enum ErrorEnum {
|
||||
ERROR_37(37, "210037"),
|
||||
ERROR_38(38, "210038"),
|
||||
ERROR_40(40, "210040"),
|
||||
ERROR_41(41, "210041");
|
||||
ERROR_41(41, "210041"),
|
||||
ERROR_52(52, "210052"),
|
||||
ERROR_53(53, "210053"),
|
||||
ERROR_54(54, "210054"),
|
||||
ERROR_55(55, "210055"),
|
||||
ERROR_56(56, "210056");
|
||||
|
||||
private int code;
|
||||
private String desc;
|
||||
|
||||
@@ -102,6 +102,17 @@ public class ItemProtocol {
|
||||
public static String item_to_height_level = "to_height_level";
|
||||
|
||||
|
||||
/**
|
||||
*下发木箱层数
|
||||
*/
|
||||
public static String item_to_type = "to_type";
|
||||
|
||||
/**
|
||||
*下发高度等级
|
||||
*/
|
||||
public static String item_to_container_type = "to_container_type";
|
||||
|
||||
|
||||
|
||||
private BoxStorageManipulatorDeviceDriver driver;
|
||||
|
||||
@@ -237,6 +248,8 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_to_height, "木箱高度", "DB601.W18"));
|
||||
list.add(new ItemDto(item_to_barcode, "下发木箱条码", "DB601.STRING1.50"));
|
||||
list.add(new ItemDto(item_to_layer, "下发木箱层数", "DB601.W22"));
|
||||
list.add(new ItemDto(item_to_type, "下发任务类型", "DB601.STRING1.50"));
|
||||
list.add(new ItemDto(item_to_container_type, "下发托盘类型", "DB601.W22"));
|
||||
list.add(new ItemDto(item_to_height_level, "下发高度等级", "DB601.W24"));
|
||||
return list;
|
||||
}
|
||||
|
||||
@@ -22,7 +22,9 @@ public enum StorageTypeEnum {
|
||||
// 这个枚举字段需要跟上位统一
|
||||
BOX_RETURN_HJ("9", "退货异常申请行架对接位至NG位"),
|
||||
|
||||
PACK_ERROR("8", "装箱异常申请任务");
|
||||
PACK_ERROR("8", "装箱异常申请任务"),
|
||||
|
||||
CHANGE_LABEL_IN("10","一楼换标入库");
|
||||
/**
|
||||
* 索引
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user