CacheConstants.java 355 B

123456789101112131415
  1. package com.ruoyi.common.constant;
  2. /**
  3. * @Description: redis缓存常量
  4. * @Author: huangcheng
  5. * @Date: 2021/8/24
  6. * @Version V1.0
  7. */
  8. public class CacheConstants {
  9. // 设备统计
  10. public static final String DEVICE_STATIC = "device:static";
  11. // 设备类型统计
  12. public static final String DEVICE_TYPE_STATIC = "devicetype:static";
  13. }