| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Data; |
| | | import lombok.NoArgsConstructor; |
| | |
| | | private Integer uploadDataExt; |
| | | |
| | | private Integer uploadClientType; |
| | | |
| | | @ApiModelProperty(value = "山西61850监测放电数据标识【0:监测放电;1停电放电】") |
| | | private Integer testDatatype; |
| | | |
| | | @TableField(exist = false) |
| | | private List<BattTestDataStop> batttestdataList; |
| | | |
| | |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | @TableField(exist = false) |
| | | private String stationName1; |
| | | @TableField(exist = false) |
| | | private String stationName2; |
| | | @TableField(exist = false) |
| | | private String stationName3; |
| | | @TableField(exist = false) |
| | | private String stationName4; |
| | | @TableField(exist = false) |
| | | private String stationName5; |
| | | @TableField(exist = false) |
| | | private String battGroupName; |
| | | @TableField(exist = false) |
| | | private String stationId; |
| | | @TableField(exist = false) |
| | | private int fBSDeviceId; |
| | | } |