From bf28baa00838879c15a22decf314b6e76eb6e89b Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期四, 11 四月 2024 13:59:44 +0800 Subject: [PATCH] 输送线扫码时更细站点信息 --- src/main/java/com/zy/core/model/command/LiftAssignCommand.java | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/zy/core/model/command/LiftAssignCommand.java b/src/main/java/com/zy/core/model/command/LiftAssignCommand.java index f164e46..6d713d9 100644 --- a/src/main/java/com/zy/core/model/command/LiftAssignCommand.java +++ b/src/main/java/com/zy/core/model/command/LiftAssignCommand.java @@ -20,15 +20,12 @@ /** * 鍛戒护list */ - private List<LiftCommand> commands; + private List<NyLiftCommand> commands; /** * 浣滀笟绫诲瀷 - * 1: 涓婂崌涓�灞� - * 2锛� 涓嬮檷涓�灞� - * 3锛� 鏈夎揣姝h浆 - * 4锛� 鏈夎揣鍙嶈浆 - * 5锛� 澶嶄綅 + * 1=绉绘墭鐩橈紱鍗囬檷鏈哄皢婧愮珯鍙版墭鐩樼Щ鍒扮洰鏍囩珯鍙� + * 2=绉诲皬杞︼紝鍗囬檷鏈虹Щ鍒扮洰鏍囧眰锛岀瓑寰� */ private Short taskMode = 0; @@ -37,4 +34,9 @@ */ private Boolean auto = true; + /** + * 鎻愬崌鏈烘ゼ灞� + */ + private Integer lev; + } -- Gitblit v1.9.1