1.冀北分布式光伏:一类监测点只查询监测点标签为分布式光伏的监测点

This commit is contained in:
wr
2023-05-12 09:50:12 +08:00
parent 1b854f6f4c
commit 6019d49ad0
5 changed files with 27 additions and 4 deletions

View File

@@ -35,4 +35,7 @@ public class PwPmsMonitorParam {
@ApiModelProperty(name = "ifPowerUser",value = "是否发电用户0-否1-是")
private String ifPowerUser;
@ApiModelProperty(name = "monitorTag", value = "监测点标签")
private List<String> monitorTag;
}