fuliqi
2024-10-16 44cd2d171062c9b07a0eb047cd0ac80d06188e8c
ycl-common/src/main/java/constant/CheckSnapCountConstants.java
@@ -2,22 +2,7 @@
public class CheckSnapCountConstants {
    /**
     * 2022年同期抓拍量(省厅)
     */
    public final static String City = "check.snapCount.city";
    /**
     * 2022年同期抓拍量(区县)
     */
    public final static String County = "check.snapCount.county";
    /**
     * 2022抓拍数计算倍率
     */
    public final static String Multiply = "1.2";
    /**
     * 区域个数
     */
    public final static Integer CountyNum = 7;
}