|
|
@ -445,4 +445,22 @@ public interface EpmetConstant { |
|
|
|
*/ |
|
|
|
String EPMET_SCREEN_BASE_REPORT_AGENCY_REGISTER_USER = "/data/stats/basereport/agencyreguser"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 行政地区编码查询 |
|
|
|
*/ |
|
|
|
String EPMET_SCREEN_COLL_DEPT_CODE = "/data/report/screen/agency/areacodedict"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 新增行政地区编码 |
|
|
|
*/ |
|
|
|
String EPMET_SCREEN_AGENCY_ADD_STREET_COMM = "/data/report/screen/agency/addstreetcomm"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 行政地区编码查询 - yushan |
|
|
|
*/ |
|
|
|
String DEPT_CODE_YS = "370124001"; |
|
|
|
/** |
|
|
|
* 行政地区编码查询 - 省级:province; 市级: city; 区县级: district ;乡(镇、街道)级:street ;社区级:community |
|
|
|
*/ |
|
|
|
String DEPT_CODE_LEVEL_YS = "street"; |
|
|
|
} |
|
|
|