From 40be148bf5668d33595f3275f22d55714ff4dd54 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 21 五月 2025 13:06:25 +0800 Subject: [PATCH] 任务添加拣货按钮 --- rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/DeviceBind.java | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/DeviceBind.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/DeviceBind.java index dc98990..e10aae7 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/DeviceBind.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/DeviceBind.java @@ -118,16 +118,17 @@ - public Boolean getStatusBool(){ - if (null == this.status){ return null; } - switch (this.status){ - case 1: - return true; - case 0: - return false; - default: - return null; - } - } +// public Boolean getStatusBool(){ +// if (null == this.status){ return null; } +// switch (this.status){ +// case 1: +// return true; +// case 0: +// return false; +// default: +// return null; +// } +// } + } -- Gitblit v1.9.1