|
@@ -7,6 +7,13 @@ public class BizConstant {
|
|
|
// 视频文件存储目录
|
|
|
public static final String UPLOAD_DIR = "uploads/";
|
|
|
|
|
|
+ public static class BizType {
|
|
|
+ public static final String VIDEO_STABLE = "video_stable";
|
|
|
+ public static final String TO_INFRARED = "to_infrared";
|
|
|
+ public static final String TARGET_DETECTION = "target_detection";
|
|
|
+ public static final String TRACK_SEQUENCE = "track_sequence";
|
|
|
+ }
|
|
|
+
|
|
|
public static class SubSystem {
|
|
|
public static final String ToInfrared = "0";
|
|
|
public static final String TargetDetection = "1";
|