|
|
@ -20,7 +20,7 @@ public class UpdateTowerVo {
|
|
|
|
private String name;
|
|
|
|
private String name;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "线路编号", example = "单位")
|
|
|
|
@ApiModelProperty(value = "线路编号", example = "单位")
|
|
|
|
@NotBlank(message = "线路编号不能缺少")
|
|
|
|
@NotNull(message = "线路编号不能缺少")
|
|
|
|
private Integer lineId;
|
|
|
|
private Integer lineId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|