|
@ -325,6 +325,14 @@ public interface EpmetConstant { |
|
|
String EPMET_SCREEN_COLL_USER_TOTAL = "/data/stats/screencoll/usertotaldata"; |
|
|
String EPMET_SCREEN_COLL_USER_TOTAL = "/data/stats/screencoll/usertotaldata"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 【事件/项目分析】按类别统计-网格(03-22已确定) |
|
|
|
|
|
*/ |
|
|
|
|
|
String EPMET_PROJECT_CATEGORY_GRID_DAILY = "/data/stats/project/category-grid-daily"; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 【事件/项目分析】按类别统计-组织(03-22已确定) |
|
|
|
|
|
*/ |
|
|
|
|
|
String EPMET_PROJECT_CATEGORY_ORG_DAILY = "/data/stats/project/category-org-daily"; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|