| | |
| | | {{ |
| | | // add("county_nm,town_nm"); |
| | | add("res_nm"); |
| | | add("ms_flag"); |
| | | add("cd_nm"); |
| | | }}; |
| | | |
| | | /** |
| | |
| | | */ |
| | | public static List<String> damSafetySyList = new ArrayList<String>() |
| | | {{ |
| | | add("city_nm,county_nm,town_nm"); |
| | | // add("city_nm,county_nm,town_nm"); |
| | | add("town_nm"); |
| | | add("res_nm"); |
| | | add("sy_val"); |
| | | add("tb_chec_fl_stag"); |
| | |
| | | }}; |
| | | |
| | | /** |
| | | * 策略36: 变形值大于100mm |
| | | * 策略36: 1h变化 |
| | | */ |
| | | public static List<String> wy1hChangeOver10 = new ArrayList<String>() |
| | | {{ |
| | |
| | | }}; |
| | | |
| | | /** |
| | | * 策略36: 变形值大于100mm |
| | | * 策略36: |
| | | */ |
| | | public static List<String> slOverLess = new ArrayList<String>() |
| | | {{ |
| | |
| | | add("cd_nm"); |
| | | add("value"); |
| | | }}; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 策略36: 视频离线 |
| | | */ |
| | | public static List<String> videoOffline = new ArrayList<String>() |
| | | {{ |
| | | add("res_nm"); |
| | | add("video_name"); |
| | | }}; |
| | | } |