有功功率趋势

This commit is contained in:
guofeihu
2024-08-28 11:28:20 +08:00
parent 00fd701122
commit aa0982fb81
17 changed files with 541 additions and 26 deletions

View File

@@ -67,4 +67,6 @@ public interface Param {
*/
String VALUE_TYPEAVG = "AVG";
//DecimalFormat格式化
String DECIMAL_FORMATSTR = "#0.0000";
}