zxl
2025-06-05 29d3c47cc6c903c09b386649fabaebc81cbeca27
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;
}