648540858
2023-04-19 f68f6d20e000b9e1926acb43999a2e6e3333cc4c
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
@@ -138,4 +138,15 @@
   public static final String WVP_STREAM_GB_ID_PREFIX = "memberNo_";
   public static final String WVP_STREAM_GPS_MSG_PREFIX = "WVP_STREAM_GPS_MSG_";
   /**
    * Redis Const
    * 设备录像信息结果前缀
    */
   public static final String REDIS_RECORD_INFO_RES_PRE = "GB_RECORD_INFO_RES_";
   /**
    * Redis Const
    * 设备录像信息结果前缀
    */
   public static final String REDIS_RECORD_INFO_RES_COUNT_PRE = "GB_RECORD_INFO_RES_COUNT:";
}