Logo white

Liu Haoyu / viid-collector

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • viid-collector
  • ..
  • content
  • ViidCollectorRedisKey.java
  • fea: 测试接口添加
    020ea372
    Hugiee.Liu authored
    2023-07-06 14:27:43 +0800  
    Browse Code »
ViidCollectorRedisKey.java 262 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.objecteye.content;

/**
 * @author: liuhaoyu
 * @date: 2023/6/30
 */
public class ViidCollectorRedisKey {
    /**
     * 设备订阅信息
     */
    public static final String DEVICE_CACHE = "vc:dc";

    private ViidCollectorRedisKey() {
    }
}