| | |
| | | * 考核常量 |
| | | */ |
| | | public class CheckConstants { |
| | | //视频或车辆或人脸 |
| | | public static final Short Rule_Category_Or = 0; |
| | | //视频规则 |
| | | public static final Short Rule_Category_Video = 1; |
| | | //车辆规则 |
| | |
| | | public static final Short Examine_Tag_Province = 0; |
| | | //区县 |
| | | public static final Short Examine_Tag_County = 1; |
| | | //公安部 |
| | | public static final Short Examine_Tag_Dept = 2; |
| | | |
| | | public static final String Delete = "1"; |
| | | |
| | |
| | | public static final String Status_Use = "0"; |
| | | public static final String Status_Stop = "1"; |
| | | |
| | | /** |
| | | * 车辆、人脸同期抓拍量字典表 |
| | | */ |
| | | public final static String DICT_LAST_SNAP = "check_last_snap"; |
| | | /** 抓拍量标签常量 */ |
| | | public final static String SNAP_PROVINCE_CAR ="PROVINCE_CAR"; |
| | | public final static String SNAP_PROVINCE_FACE ="PROVINCE_FACE"; |
| | | public final static String SNAP_COUNTY_CAR ="COUNTY_CAR"; |
| | | public final static String SNAP_COUNTY_FACE ="COUNTY_FACE"; |
| | | |
| | | /** |
| | | * 2022抓拍数计算倍率 |
| | | */ |
| | | public final static String MultiplyNum = "1.2"; |
| | | } |