fuliqi
2024-10-31 d715a933d9f599c9586b07a34e076a6c614916b8
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;
}