fuliqi
2024-09-03 461ec2d155d8dd35d8f73c35e7c2a33e040bf862
ycl-common/src/main/java/constant/CheckSnapCountConstants.java
@@ -2,32 +2,7 @@
public class CheckSnapCountConstants {
    /**
     * 2022年同期车辆抓拍量(省厅)
     */
    public final static String Car_City = "check.snapCount.car.city";
    /**
     * 2022年同期车辆抓拍量(区县)
     */
    public final static String Car_County = "check.snapCount.car.county";
    /**
     * 2022年同期人脸抓拍量(省厅)
     */
    public final static String Face_City = "check.snapCount.face.city";
    /**
     * 2022年同期人脸抓拍量(区县)
     */
    public final static String Face_County = "check.snapCount.face.city";
    /**
     * 2022抓拍数计算倍率
     */
    public final static String Multiply = "1.2";
    /**
     * 区域个数
     */
    public final static Integer CountyNum = 7;
}