|
|
@ -28,22 +28,22 @@ public class BsSgcSzHzxx extends BaseEntity |
|
|
|
/** 水闸id */ |
|
|
|
@Excel(name = "水闸id") |
|
|
|
@ApiModelProperty("水闸id") |
|
|
|
private String sluiceId; |
|
|
|
private String wagaId; |
|
|
|
|
|
|
|
/** 水闸代码 */ |
|
|
|
@Excel(name = "水闸代码") |
|
|
|
@ApiModelProperty("水闸代码") |
|
|
|
private String sluiceCode; |
|
|
|
private String wagaCode; |
|
|
|
|
|
|
|
/** 水闸名称 */ |
|
|
|
@Excel(name = "水闸名称") |
|
|
|
@ApiModelProperty("水闸名称") |
|
|
|
private String sluiceName; |
|
|
|
private String wagaName; |
|
|
|
|
|
|
|
/** 水闸类型 */ |
|
|
|
@Excel(name = "水闸类型") |
|
|
|
@ApiModelProperty("水闸类型") |
|
|
|
private String sluiceType; |
|
|
|
private String wagaType; |
|
|
|
|
|
|
|
/** 行政区划 */ |
|
|
|
@Excel(name = "行政区划") |
|
|
@ -53,7 +53,7 @@ public class BsSgcSzHzxx extends BaseEntity |
|
|
|
/** 工程规模 */ |
|
|
|
@Excel(name = "工程规模") |
|
|
|
@ApiModelProperty("工程规模") |
|
|
|
private String projectScale; |
|
|
|
private String engScal; |
|
|
|
|
|
|
|
/** 所管部门 */ |
|
|
|
@Excel(name = "所管部门") |
|
|
@ -81,7 +81,7 @@ public class BsSgcSzHzxx extends BaseEntity |
|
|
|
/** 水闸用途 */ |
|
|
|
@Excel(name = "水闸用途") |
|
|
|
@ApiModelProperty("水闸用途") |
|
|
|
private String sluiceUsage; |
|
|
|
private String wagaUse; |
|
|
|
|
|
|
|
/** 申请人 */ |
|
|
|
@Excel(name = "申请人") |
|
|
|