xiangpei
2024-09-10 e3eebc41e9b1e5c92fc6212fe51dcce8da366306
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;
}