yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/redis/RedisKeyConstants.java
@@ -3,7 +3,7 @@ /** * MES Redis Key 枚举类 * * @author 芋道源码 * @author 超级管理员 */ public interface RedisKeyConstants { @@ -15,4 +15,20 @@ */ String AUTO_CODE = "mes:md:auto_code:"; /** * 计量器具到期提醒去重 * * KEY 格式:mes:dv:metering:remind:{meteringId}:{nextCheckDate} * VALUE 数据格式:1 */ String METERING_EXPIRE_REMIND = "mes:dv:metering:remind:"; /** * 计量器具到期提醒扫描门闩 * * KEY 格式:mes:dv:metering:remind:scan:{today} * VALUE 数据格式:1 */ String METERING_EXPIRE_REMIND_SCAN = "mes:dv:metering:remind:scan:"; }