新功能及bug修改
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user