|
@ -335,4 +335,14 @@ public interface EpmetConstant { |
|
|
*/ |
|
|
*/ |
|
|
String EPMET_PROJECT_CATEGORY_ORG_DAILY = "/data/stats/project/category-org-daily"; |
|
|
String EPMET_PROJECT_CATEGORY_ORG_DAILY = "/data/stats/project/category-org-daily"; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 分类编码查询 |
|
|
|
|
|
*/ |
|
|
|
|
|
String EPMET_SCREEN_COLL_CATEGORY_CODE = "/data/report/project/categorydict"; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 分类字典上报 |
|
|
|
|
|
*/ |
|
|
|
|
|
String EPMET_SCREEN_COLL_CATEGORY_CODE_UPLOAD = "/data/stats/project/uploadcategorydict"; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|