zxl
18 小时以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
ycl-common/src/main/java/constant/ApiConstants.java
@@ -73,11 +73,26 @@
    //公安部前缀
    public final static String Dept = "Dept_";
    //海康访问OSD路径
    public final static String HK_OSD_PATH = "/ISAPI/System/Video/inputs/channels/1/overlays";
    //海康访问OSD路径 通道1
    public final static String HK_OSD_PATH_1 = "/ISAPI/System/Video/inputs/channels/1/overlays";
    //海康访问OSD路径 通道2
    public final static String HK_OSD_PATH_2 = "/ISAPI/System/Video/inputs/channels/2/overlays";
    //海康访问时间路径
    public final static String HK_OSD_TIME = "/ISAPI/System/time";
    //海康成绩重点标签
    public final static Integer HK_FOCUS_FLAG_ALL = 0;
    public final static Integer HK_FOCUS_FLAG_Important = 1;
    //国标码通道索引
    public final static Integer SerialNumber_Channel = 13;
    //国标码设备类型索引
    public final static Integer SerialNumber_Category = 17;
    //国标全景标识
    public final static char SerialNumber_All = '0';
    //国标细节标识
    public final static char SerialNumber_Detail = '1';
    //标签常量
    public final static Integer TRUE = 1;
    public final static Integer FALSE = 0;