| | |
| | | |
| | | @TableField(exist = false) |
| | | private StationInf sinf; |
| | | |
| | | @ApiModelProperty(value = "锁具名称") |
| | | @TableField(exist = false) |
| | | private String lockName; |
| | | |
| | | @ApiModelProperty(value = "总机房名") |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @ApiModelProperty(value = "省") |
| | | @TableField(exist = false) |
| | | private String stationName1; |
| | | |
| | | @ApiModelProperty(value = "市") |
| | | @TableField(exist = false) |
| | | private String stationName2; |
| | | |
| | | @ApiModelProperty(value = "区县") |
| | | @TableField(exist = false) |
| | | private String stationName3; |
| | | |
| | | @ApiModelProperty(value = "机房名") |
| | | @TableField(exist = false) |
| | | private String stationName4; |
| | | } |