| | |
| | | package com.whyc.pojo.db_user; |
| | | |
| | | 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 powerId; |
| | | |
| | | @TableField(exist = false) |
| | | private String provice; |
| | | |
| | | @TableField(exist = false) |
| | | private String city; |
| | | |
| | | @TableField(exist = false) |
| | | private String country; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @TableField(exist = false) |
| | | private String powerName; |
| | | |
| | | @TableField(exist = false) |
| | | private String baoJiGroupName; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer teamFlag; |
| | | |
| | | |
| | | |
| | | |
| | | } |