设备新增idc、power字段
This commit is contained in:
@@ -134,6 +134,12 @@ public class PqDevParam {
|
|||||||
@Valid
|
@Valid
|
||||||
private List<PqMonitorParam> monitorList;
|
private List<PqMonitorParam> monitorList;
|
||||||
|
|
||||||
|
@ApiModelProperty("icd")
|
||||||
|
private String icd;
|
||||||
|
|
||||||
|
@ApiModelProperty("power")
|
||||||
|
private String power;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新操作实体
|
* 更新操作实体
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|||||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
||||||
import com.njcn.db.mybatisplus.bo.BaseEntity;
|
import com.njcn.db.mybatisplus.bo.BaseEntity;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
@@ -202,5 +203,9 @@ public class PqDev extends BaseEntity implements Serializable {
|
|||||||
* 系数校准结果(0:不合格,1:合格)
|
* 系数校准结果(0:不合格,1:合格)
|
||||||
*/
|
*/
|
||||||
private Integer factorCheckResult;
|
private Integer factorCheckResult;
|
||||||
|
|
||||||
|
private String icd;
|
||||||
|
|
||||||
|
private String power;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user