| | |
| | | */ |
| | | public static List<String> waterInfoNotList = new ArrayList<String>() |
| | | {{ |
| | | add("county_nm,town_nm"); |
| | | // add("county_nm,town_nm"); |
| | | add("res_nm"); |
| | | }}; |
| | | |
| | |
| | | */ |
| | | public static List<String> waterDataExcList = new ArrayList<String>() |
| | | {{ |
| | | add("county_nm,town_nm"); |
| | | // add("county_nm,town_nm"); |
| | | add("res_nm"); |
| | | // add("rz"); |
| | | }}; |
| | |
| | | add("rz"); |
| | | }}; |
| | | |
| | | /** |
| | | * 19.坝安全监测告警-数据缺失 |
| | | */ |
| | | public static List<String> damSafetyList = new ArrayList<String>() |
| | | {{ |
| | | // add("county_nm,town_nm"); |
| | | add("res_nm"); |
| | | add("ms_flag"); |
| | | }}; |
| | | |
| | | /** |
| | | * 20.坝安全监测告警-渗压管水位大于校核洪水位 |
| | | */ |
| | | public static List<String> damSafetySyList = new ArrayList<String>() |
| | | {{ |
| | | add("city_nm,county_nm,town_nm"); |
| | | add("res_nm"); |
| | | add("sy_val"); |
| | | add("tb_chec_fl_stag"); |
| | | }}; |
| | | } |