|
|
@ -59,5 +59,30 @@ public class DfYhDetailV2Dto { |
|
|
|
@ApiModelProperty("问题等级") |
|
|
|
private String problemLevel; |
|
|
|
|
|
|
|
/** |
|
|
|
* 巡查类型 字典:patrol_maintenance_type |
|
|
|
*/ |
|
|
|
@ApiModelProperty("巡查类型 字典:patrol_maintenance_type") |
|
|
|
private String type; |
|
|
|
|
|
|
|
/** |
|
|
|
* 巡查类别字典:key_jf_patrol_category |
|
|
|
*/ |
|
|
|
@ApiModelProperty("巡查类别字典:patrol_maintenance_category") |
|
|
|
private String category; |
|
|
|
|
|
|
|
/** |
|
|
|
* 堤防代码 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("堤防代码") |
|
|
|
private String dikeCode; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 堤防代码名称 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("堤防代码名称") |
|
|
|
private String dikeName; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|