添加监测点统计间隔

This commit is contained in:
xy
2024-12-04 17:15:17 +08:00
parent 4028bfbff3
commit 24cf6e8d56
2 changed files with 6 additions and 0 deletions

View File

@@ -82,6 +82,10 @@ public class RspDataDto {
@SerializedName("Capacity_A")
private Double capacityA;
@SerializedName("StatCycle")
@ApiModelProperty("接线方式")
private Integer StatCycle;
}
/**