自定义报表代码提交

This commit is contained in:
2022-10-21 09:05:55 +08:00
parent c0ebd4958e
commit b55d988c7e
14 changed files with 446 additions and 452 deletions

View File

@@ -11,6 +11,8 @@ public interface Param {
*/
String LIMIT_TARGET = "limit_target";
String LIMIT_RATE = "limit_rate";
String DATA_I = "data_i";
String DATA_HARMPOWER_Q = "data_harmpower_q";
/**
* 数据完整性表公共字段
@@ -60,5 +62,4 @@ public interface Param {
String PHASIC_TYPE = "phasic_type";
String PARENT_ID = "0";
}

View File

@@ -1,23 +0,0 @@
package com.njcn.harmonic.constant;
/**
* pqs
*
* @author cdf
* @date 2022/8/18
*/
public interface ReportConstant {
String aMax = "#A#MAX";
String bMax = "#B#MAX";
String cMax = "#C#MAX";
String aMIN = "#A#MIN";
String bMIN = "#B#MIN";
String cMIN = "#C#MIN";
String aAVG = "#A#AVG";
String bAVG = "#B#AVG";
String cAVG = "#C#AVG";
String aCP95 = "#A#CP95";
String bCP95 = "#B#CP95";
String cCP95 = "#C#CP95";
}