4 changed files with 12 additions and 27 deletions
@ -1,18 +0,0 @@ |
|||||
package com.elink.esua.epdc.task; |
|
||||
|
|
||||
/** |
|
||||
* @author: qushutong |
|
||||
* @Date: 2019/12/12 16:47 |
|
||||
* @Description: kpi模块查询原始数据 |
|
||||
*/ |
|
||||
public interface KpiDataTask { |
|
||||
|
|
||||
/*** |
|
||||
* kpi模块查询原始数据 |
|
||||
* @param params |
|
||||
* @return void |
|
||||
* @author qushutong |
|
||||
* @date 2019/12/12 16:48 |
|
||||
*/ |
|
||||
void run(String params); |
|
||||
} |
|
Loading…
Reference in new issue