package com.whyc.pojo; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonFormat; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; import java.io.Serializable; import java.util.Date; /** *
* *
* * @author xuzhongpei * @since 2021-12-16 */ @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @TableName(schema = "db_pwrdev_data_rt",value ="tb_pwrdev_dcdata") @ApiModel(value="PwrdevDcdata对象", description="") public class PwrdevDcdata implements Serializable { private static final long serialVersionUID = 1L; @TableId(value = "num", type = IdType.AUTO) private Long num; @TableField("PowerDeviceId") private Long PowerDeviceId; @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date recordDatetime; @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss") @TableField(value = "record_datetime2",exist = false) private Date recordDatetime2; @TableField("dcIn1_vol") private Float dcin1Vol; @TableField("dcIn2_vol") private Float dcin2Vol; @TableField("dcOut1_vol") private Float dcout1Vol; @TableField("dcOut1_curr") private Float dcout1Curr; @TableField("dcOut2_vol") private Float dcout2Vol; @TableField("dcOut2_curr") private Float dcout2Curr; private Float temprature; @TableField("dcVolH_Limit") private Float dcVolHLimit; @TableField("dcVolL_Limit") private Float dcVolLLimit; private Integer isDc1OverVol; private Integer isDc1UnderVol; private Integer isDc2OverVol; private Integer isDc2UnderVol; private Integer isDcMonitorerr; @TableField("is_tempalarm") private Integer isTempAlarm; /*@TableField("is_acIn1_trip") private Integer isAcin1Trip; @TableField("is_acIn2_trip") private Integer isAcin2Trip;*/ @TableField("is_in1_swtrip") private Integer isIn1SwTrip; @TableField("is_in2_swtrip") private Integer isIn2SwTrip; private Integer isFsw1Sw1trip; private Integer isFsw1Sw2trip; private Integer isFsw1Sw3trip; private Integer isFsw1Sw4trip; private Integer isFsw1Sw5trip; private Integer isFsw1Sw6trip; private Integer isFsw1Sw7trip; private Integer isFsw1Sw8trip; private Integer isFsw1Sw9trip; private Integer isFsw1Sw10trip; private Integer isFsw1Sw11trip; private Integer isFsw1Sw12trip; private Integer isFsw1Sw13trip; private Integer isFsw1Sw14trip; private Integer isFsw1Sw15trip; private Integer isFsw1Sw16trip; private Integer isFsw1Sw17trip; private Integer isFsw1Sw18trip; private Integer isFsw1Sw19trip; private Integer isFsw1Sw20trip; private Integer isFsw1Sw21trip; private Integer isFsw1Sw22trip; private Integer isFsw1Sw23trip; private Integer isFsw1Sw24trip; private Integer isFsw1Sw25trip; private Integer isFsw1Sw26trip; private Integer isFsw1Sw27trip; private Integer isFsw1Sw28trip; private Integer isFsw1Sw29trip; private Integer isFsw1Sw30trip; private Integer isFsw1Sw31trip; private Integer isFsw1Sw32trip; private Integer isFsw1Sw33trip; private Integer isFsw1Sw34trip; private Integer isFsw1Sw35trip; private Integer isFsw1Sw36trip; private Integer isFsw1Sw37trip; private Integer isFsw1Sw38trip; private Integer isFsw1Sw39trip; private Integer isFsw1Sw40trip; private Integer isFsw1Sw41trip; private Integer isFsw1Sw42trip; private Integer isFsw1Sw43trip; private Integer isFsw1Sw44trip; private Integer isFsw1Sw45trip; private Integer isFsw1Sw46trip; private Integer isFsw1Sw47trip; private Integer isFsw1Sw48trip; private Integer isFsw1Sw49trip; private Integer isFsw1Sw50trip; private Integer isFsw1Sw51trip; private Integer isFsw1Sw52trip; private Integer isFsw1Sw53trip; private Integer isFsw1Sw54trip; private Integer isFsw1Sw55trip; private Integer isFsw1Sw56trip; private Integer isFsw1Sw57trip; private Integer isFsw1Sw58trip; private Integer isFsw1Sw59trip; private Integer isFsw1Sw60trip; private Integer isFsw1Sw61trip; private Integer isFsw1Sw62trip; private Integer isFsw1Sw63trip; private Integer isFsw1Sw64trip; private Integer isFsw1Sw65trip; private Integer isFsw1Sw66trip; private Integer isFsw1Sw67trip; private Integer isFsw1Sw68trip; private Integer isFsw1Sw69trip; private Integer isFsw1Sw70trip; private Integer isFsw1Sw71trip; private Integer isFsw1Sw72trip; private Integer isFsw1Sw73trip; private Integer isFsw1Sw74trip; private Integer isFsw1Sw75trip; private Integer isFsw1Sw76trip; private Integer isFsw1Sw77trip; private Integer isFsw1Sw78trip; private Integer isFsw1Sw79trip; private Integer isFsw1Sw80trip; private Integer isFsw1Sw81trip; private Integer isFsw1Sw82trip; private Integer isFsw1Sw83trip; private Integer isFsw1Sw84trip; private Integer isFsw1Sw85trip; private Integer isFsw1Sw86trip; private Integer isFsw1Sw87trip; private Integer isFsw1Sw88trip; private Integer isFsw1Sw89trip; private Integer isFsw1Sw90trip; private Integer isFsw1Sw91trip; private Integer isFsw1Sw92trip; private Integer isFsw1Sw93trip; private Integer isFsw1Sw94trip; private Integer isFsw1Sw95trip; private Integer isFsw1Sw96trip; private Integer isFsw1Sw97trip; private Integer isFsw1Sw98trip; private Integer isFsw1Sw99trip; private Integer isFsw1Sw100trip; private Integer isFsw2Sw1trip; private Integer isFsw2Sw2trip; private Integer isFsw2Sw3trip; private Integer isFsw2Sw4trip; private Integer isFsw2Sw5trip; private Integer isFsw2Sw6trip; private Integer isFsw2Sw7trip; private Integer isFsw2Sw8trip; private Integer isFsw2Sw9trip; private Integer isFsw2Sw10trip; private Integer isFsw2Sw11trip; private Integer isFsw2Sw12trip; private Integer isFsw2Sw13trip; private Integer isFsw2Sw14trip; private Integer isFsw2Sw15trip; private Integer isFsw2Sw16trip; private Integer isFsw2Sw17trip; private Integer isFsw2Sw18trip; private Integer isFsw2Sw19trip; private Integer isFsw2Sw20trip; private Integer isFsw2Sw21trip; private Integer isFsw2Sw22trip; private Integer isFsw2Sw23trip; private Integer isFsw2Sw24trip; private Integer isFsw2Sw25trip; private Integer isFsw2Sw26trip; private Integer isFsw2Sw27trip; private Integer isFsw2Sw28trip; private Integer isFsw2Sw29trip; private Integer isFsw2Sw30trip; private Integer isFsw2Sw31trip; private Integer isFsw2Sw32trip; private Integer isFsw2Sw33trip; private Integer isFsw2Sw34trip; private Integer isFsw2Sw35trip; private Integer isFsw2Sw36trip; private Integer isFsw2Sw37trip; private Integer isFsw2Sw38trip; private Integer isFsw2Sw39trip; private Integer isFsw2Sw40trip; private Integer isFsw2Sw41trip; private Integer isFsw2Sw42trip; private Integer isFsw2Sw43trip; private Integer isFsw2Sw44trip; private Integer isFsw2Sw45trip; private Integer isFsw2Sw46trip; private Integer isFsw2Sw47trip; private Integer isFsw2Sw48trip; private Integer isFsw2Sw49trip; private Integer isFsw2Sw50trip; private Integer isFsw2Sw51trip; private Integer isFsw2Sw52trip; private Integer isFsw2Sw53trip; private Integer isFsw2Sw54trip; private Integer isFsw2Sw55trip; private Integer isFsw2Sw56trip; private Integer isFsw2Sw57trip; private Integer isFsw2Sw58trip; private Integer isFsw2Sw59trip; private Integer isFsw2Sw60trip; private Integer isFsw2Sw61trip; private Integer isFsw2Sw62trip; private Integer isFsw2Sw63trip; private Integer isFsw2Sw64trip; private Integer isFsw2Sw65trip; private Integer isFsw2Sw66trip; private Integer isFsw2Sw67trip; private Integer isFsw2Sw68trip; private Integer isFsw2Sw69trip; private Integer isFsw2Sw70trip; private Integer isFsw2Sw71trip; private Integer isFsw2Sw72trip; private Integer isFsw2Sw73trip; private Integer isFsw2Sw74trip; private Integer isFsw2Sw75trip; private Integer isFsw2Sw76trip; private Integer isFsw2Sw77trip; private Integer isFsw2Sw78trip; private Integer isFsw2Sw79trip; private Integer isFsw2Sw80trip; private Integer isFsw2Sw81trip; private Integer isFsw2Sw82trip; private Integer isFsw2Sw83trip; private Integer isFsw2Sw84trip; private Integer isFsw2Sw85trip; private Integer isFsw2Sw86trip; private Integer isFsw2Sw87trip; private Integer isFsw2Sw88trip; private Integer isFsw2Sw89trip; private Integer isFsw2Sw90trip; private Integer isFsw2Sw91trip; private Integer isFsw2Sw92trip; private Integer isFsw2Sw93trip; private Integer isFsw2Sw94trip; private Integer isFsw2Sw95trip; private Integer isFsw2Sw96trip; private Integer isFsw2Sw97trip; private Integer isFsw2Sw98trip; private Integer isFsw2Sw99trip; private Integer isFsw2Sw100trip; private Integer isTotalAlarm; @ApiModelProperty("字段判断是否数据有效,是否通讯超时") @TableField(exist = false) private Integer commStatus; }