| | |
| | | package com.whyc.pojo.db_pwrdev_alarm; |
| | | |
| | | 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 io.swagger.annotations.ApiModel; |
| | |
| | | private Integer alarmLimithLevel; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | private String provice; |
| | | |
| | | @TableField(exist = false) |
| | | private String city; |
| | | |
| | | @TableField(exist = false) |
| | | private String country; |
| | | |
| | | @TableField(exist = false) |
| | | private String fullName; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @TableField(exist = false) |
| | | private String powerName; |
| | | |
| | | |
| | | |
| | | } |