fix: 堆叠行架-物料编码
This commit is contained in:
@@ -102,7 +102,10 @@ public class ItemProtocol {
|
||||
*/
|
||||
public static String item_to_is_binding = "to_is_binding";
|
||||
|
||||
|
||||
/**
|
||||
* 下发木箱条码
|
||||
*/
|
||||
public static String item_to_material = "to_material";
|
||||
|
||||
|
||||
private TrappedManipulatorManipulatorDeviceDriver driver;
|
||||
@@ -223,6 +226,7 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_to_height, "木箱高度", "DB601.W14"));
|
||||
list.add(new ItemDto(item_to_template, "堆叠模板", "DB601.W16"));
|
||||
list.add(new ItemDto(item_to_is_binding, "下发是否捆轧", "DB601.D10"));
|
||||
list.add(new ItemDto(item_to_material, "木箱条码", "DB601.D12"));
|
||||
|
||||
return list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user