| | |
| | | private Long userId; |
| | | |
| | | /** |
| | | * 绑定灯杆ID |
| | | */ |
| | | |
| | | @TableField(exist = false) |
| | | private Long streetlightId; |
| | | @JsonIgnore |
| | | @TableField(exist = false) |
| | | private Long poleId; |
| | | |
| | | /** |
| | | * |
| | | * 创建时间 |
| | | */ |
| | | private LocalDateTime createTime; |
| | | |
| | | @TableField(exist = false) |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** |
| | | * 以下参数不存在数据库表 |
| | | */ |
| | | |
| | | /** |
| | | * 绑定灯杆ID |
| | | */ |
| | | |
| | | @TableField(exist = false) |
| | | private Long streetlightId; |
| | | |
| | | /** |
| | | * led屏幕开关 |
| | |
| | | @TableField(exist = false) |
| | | private boolean isOnLine; |
| | | |
| | | /* |
| | | /** |
| | | * 灯杆名称 |
| | | */ |
| | | @TableField(exist = false) |
| | | private String streetlightName; |
| | | |
| | | /* |
| | | * 灯杆名称 |
| | | */ |
| | | @JsonIgnore |
| | | @TableField(exist = false) |
| | | private String poleName; |
| | | |
| | | } |