From efa1d684435fd25f89a25f0014015522f24705ef Mon Sep 17 00:00:00 2001 From: jiask <1069621233@qq.com> Date: Thu, 25 Sep 2025 14:32:42 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../houqin/constant/DeviceTypeEnum.java | 6 ++++ .../impl/KitchenDeviceInfoServiceImpl.java | 30 +++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/bonus-common-biz/src/main/java/com/bonus/common/houqin/constant/DeviceTypeEnum.java b/bonus-common-biz/src/main/java/com/bonus/common/houqin/constant/DeviceTypeEnum.java index 4c11d43..d699600 100644 --- a/bonus-common-biz/src/main/java/com/bonus/common/houqin/constant/DeviceTypeEnum.java +++ b/bonus-common-biz/src/main/java/com/bonus/common/houqin/constant/DeviceTypeEnum.java @@ -85,6 +85,12 @@ public enum DeviceTypeEnum { OUTER_THIRD_MACHINE(101, "外部第三方设备"), CANTEEN_VOICE(102, "收银喇叭(食堂)"), MARKET_VOICE(103, "收银喇叭(商超)"), + NOTICE_MACHINE(104, "立式广告机"), + CHECK_IN_ONE(105, "晨检一体机"), + FOOD_CHECK_MACHINE(106, "食品检测仪"), + HEALTH_IN_ONE(107, "健康一体机"), + TICKET_PRINTER(108, "小票打印机"), + AI_MACHINE(109, "AI算法主机"), UNKNOW(999, "未知设备"); private final Integer key; diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenDeviceInfoServiceImpl.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenDeviceInfoServiceImpl.java index fabf296..bb56e2d 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenDeviceInfoServiceImpl.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenDeviceInfoServiceImpl.java @@ -315,6 +315,36 @@ public class KitchenDeviceInfoServiceImpl extends ServiceImpl