配网趋势图代码调整

This commit is contained in:
wr
2024-01-24 15:55:44 +08:00
parent 2c8b6fd0f5
commit 9b468ca404
3 changed files with 68 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ public class HarmonicHistoryC {
private String tg_id;
//数据id
private String id;
//相位标识
//相位标识 0-总 1-A相 2-B相 3-C相
private Integer phase_flag;
//时间
private String ds;

View File

@@ -13,7 +13,7 @@ public class HarmonicHistoryV {
private String tg_id;
//数据id
private String id;
//相位标识
//相位标识 1-A相 2-B相 3-C相
private Integer phase_flag;
//时间
private String ds;