|
@@ -39,10 +39,12 @@ public class InstallPlanDataDto {
|
|
|
private Integer totalNumber = 0;
|
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "类型", position = 4,example = "1")
|
|
|
+ @ApiModelProperty(value = "类型",example = "1")
|
|
|
private Integer type;
|
|
|
|
|
|
+ @ApiModelProperty(value="水表档案号")
|
|
|
+ private String fileNo;
|
|
|
|
|
|
- @ApiModelProperty(value = "子类", position = 5)
|
|
|
+ @ApiModelProperty(value = "子类", position = 100)
|
|
|
private List<InstallPlanDataDto> children;
|
|
|
}
|