| | |
| | | package cn.gistack.sm.sjztmd.entity; |
| | | |
| | | 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 com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | |
| | | */ |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | @ApiModelProperty(value = "主键") |
| | | @TableField("\"guid\"") |
| | | @TableId(value = "\"guid\"",type = IdType.ASSIGN_ID) |
| | | private String guid; |
| | | |
| | | /** |
| | | * 名称 |
| | | */ |
| | | @ApiModelProperty(value = "名称") |
| | | @TableField("\"name\"") |
| | | private String name; |
| | | |
| | | /** |
| | | * 水库编码 |
| | |
| | | */ |
| | | @ApiModelProperty(value = "主坝是否兼作交通公路 ") |
| | | @TableField("\"is_traffic\"") |
| | | private Integer isTraffic; |
| | | private String isTraffic; |
| | | |
| | | /** |
| | | * 防浪墙顶高程 |
| | |
| | | */ |
| | | @ApiModelProperty(value = "上游护坝型式 ") |
| | | @TableField("\"up_dam_protect_type\"") |
| | | private Integer upDamProtectType; |
| | | private String upDamProtectType; |
| | | |
| | | /** |
| | | * 下游护坝型式 |
| | | */ |
| | | @ApiModelProperty(value = "下游护坝型式 ") |
| | | @TableField("\"down_dam_protect_type\"") |
| | | private Integer downDamProtectType; |
| | | private String downDamProtectType; |
| | | |
| | | /** |
| | | * 主坝坝体防渗型式 |
| | | */ |
| | | @ApiModelProperty(value = "主坝坝体防渗型式 ") |
| | | @TableField("\"dam_main_body_type\"") |
| | | private Integer damMainBodyType; |
| | | private String damMainBodyType; |
| | | |
| | | /** |
| | | * 主坝防渗体顶部高程 |
| | |
| | | */ |
| | | @ApiModelProperty(value = "主坝排水形式 ") |
| | | @TableField("\"dam_main_drain_type\"") |
| | | private Integer damMainDrainType; |
| | | private String damMainDrainType; |
| | | |
| | | /** |
| | | * 坝基防渗型式 |