|
@@ -22,6 +22,9 @@ public interface DictType {
|
|
|
String FUNC_TYPE = "func_type";//功能类型
|
|
String FUNC_TYPE = "func_type";//功能类型
|
|
|
String PERMISSION_TYPE = "permission_type";//权限类型
|
|
String PERMISSION_TYPE = "permission_type";//权限类型
|
|
|
String COMPANY_TYPE = "company_type";//公司类型
|
|
String COMPANY_TYPE = "company_type";//公司类型
|
|
|
|
|
+ String SAVE_RULE_TYPE = "save_rule_type";//分片存储规则 1-1小时
|
|
|
|
|
+ String USE_FLAG_TYPE = "use_flag_type";//使用状态
|
|
|
|
|
+ String VIDEO_TYPE = "video_type";//rtsp rtmp
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|