公共查询方法新增谐波次数标识
This commit is contained in:
@@ -20,5 +20,5 @@ public class CommonQueryParam {
|
||||
private String dataType;
|
||||
private String process;
|
||||
private String clDid;
|
||||
|
||||
private String frequency;
|
||||
}
|
||||
|
||||
@@ -36,6 +36,10 @@ public class StatisticalDataDTO {
|
||||
private String clDid;
|
||||
|
||||
|
||||
/**
|
||||
* 谐波次数
|
||||
*/
|
||||
private String frequency;
|
||||
/**
|
||||
* 指标值
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user