1.变压器bug修改。

2.冀北首页变压器统计相关业务代码提交
This commit is contained in:
wr
2023-08-09 19:11:21 +08:00
parent 5670524153
commit dc15bd5d20
14 changed files with 205 additions and 42 deletions

View File

@@ -58,6 +58,7 @@ public enum PmsDeviceResponseEnum {
TRANSFORMER_ID_REPEAT("A00356","变压器编号重复"),
NO_ID_STATION("A00357","变电站编号为空"),
NO_ID_ORG("A00357","部门编号为空"),
;

View File

@@ -1,6 +1,6 @@
package com.njcn.device.pms.pojo.vo;
import cn.hutool.core.date.DateTime;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -61,6 +61,7 @@ public class StatationStatVO implements Serializable {
public static class Curve{
@ApiModelProperty(name = "time",value = "发生时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date time;
@ApiModelProperty(name = "num",value = "数值")