rev:清洗上料

Signed-off-by: jiaoliming <dawnjiao@foxmail.com>
This commit is contained in:
jiaoliming
2023-09-01 10:05:42 +08:00
parent 99554a6376
commit 57c10fd2fc

View File

@@ -69,9 +69,7 @@ public class ItemProtocol {
public int getItem_task_finish() { public int getItem_task_finish() {
return this.getOpcIntegerValue(item_task_finish); return this.getOpcIntegerValue(item_task_finish);
} }
public int getItem_to_in_confirm_finish() {
return this.getOpcIntegerValue(item_to_in_confirm_finish);
}
public int getItem_allowed_in() { public int getItem_allowed_in() {
return this.getOpcIntegerValue(item_allowed_in); return this.getOpcIntegerValue(item_allowed_in);
} }