新功能及bug修改

This commit is contained in:
hejiayang
2025-11-29 20:54:54 +08:00
parent b10310a8fa
commit 46476badc7
42 changed files with 1259 additions and 81 deletions
@@ -445,4 +445,12 @@ public interface CommonConstant {
// 食堂支付人脸数据键名
String FACE_CACHE_PAY = "FACE_CACHE_PAY";
/**
* 设备状态缓存 key: 设备编号 value 时间戳
*/
String DEVICE_STATUS = "device_status";
/**
* 下发信息缓存 key: 设备编号
*/
String ISSUE_INFORMATION = "issue_information";
}