|
|
@@ -18,28 +18,30 @@ import java.util.Date;
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
public class BusPrevent extends BaseEntity {
|
|
|
@ApiModelProperty(value = "主键", hidden = true)
|
|
|
- private String id;
|
|
|
+ private String preventId;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "台账类型")
|
|
|
+ private String preventType;
|
|
|
|
|
|
@ApiModelProperty(value = "段别")
|
|
|
- @Length(min = 1, max = 100, message = "【段别】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String piecewise;
|
|
|
|
|
|
+ @ApiModelProperty(value = "段别")
|
|
|
+ private String piecewiseText;
|
|
|
+
|
|
|
@ApiModelProperty(value = "车间id")
|
|
|
private String deptId;
|
|
|
|
|
|
@ApiModelProperty(value = "车间名称(冗余)")
|
|
|
- @Length(min = 1, max = 30, message = "【车间名称(冗余)】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String deptName;
|
|
|
|
|
|
@ApiModelProperty(value = "线路id")
|
|
|
private String lineId;
|
|
|
|
|
|
@ApiModelProperty(value = "线路名称(冗余)")
|
|
|
- @Length(min = 1, max = 30, message = "【线路名称(冗余)】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String lineName;
|
|
|
|
|
|
@ApiModelProperty(value = "行别")
|
|
|
- @Length(min = 1, max = 4, message = "【行别】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String xingbie;
|
|
|
|
|
|
@ApiModelProperty(value = "行别")
|
|
|
@@ -49,97 +51,75 @@ public class BusPrevent extends BaseEntity {
|
|
|
private String stationId;
|
|
|
|
|
|
@ApiModelProperty(value = "区间站场名称")
|
|
|
- @Length(min = 1, max = 64, message = "【区间站场名称】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String stationName;
|
|
|
|
|
|
@ApiModelProperty(value = "支柱号")
|
|
|
- @Length(min = 1, max = 10, message = "【支柱号】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String pillarCode;
|
|
|
|
|
|
@ApiModelProperty(value = "公里标(m)")
|
|
|
- @Length(min = 1, max = 20, message = "【公里标(m)】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String marker;
|
|
|
|
|
|
@ApiModelProperty(value = "风险源(易搭窝部位)")
|
|
|
- @Length(min = 1, max = 100, message = "【风险源(易搭窝部位)】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String riskSource;
|
|
|
|
|
|
@ApiModelProperty(value = "采取措施")
|
|
|
- @Length(min = 1, max = 255, message = "【采取措施】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String measures;
|
|
|
|
|
|
@ApiModelProperty(value = "备注")
|
|
|
- @Length(min = 1, max = 255, message = "【备注】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String remark;
|
|
|
|
|
|
@ApiModelProperty(value = "填写日期")
|
|
|
- private Date fillDate;
|
|
|
+ private String fillDate;
|
|
|
|
|
|
@ApiModelProperty(value = "填写人")
|
|
|
- @Length(min = 1, max = 50, message = "【填写人】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String fillUser;
|
|
|
|
|
|
@ApiModelProperty(value = "杆号范围")
|
|
|
- @Length(min = 1, max = 10, message = "【杆号范围】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String pillarArea;
|
|
|
|
|
|
@ApiModelProperty(value = "共计数量")
|
|
|
private Integer pillarCount;
|
|
|
|
|
|
@ApiModelProperty(value = "线路性质")
|
|
|
- @Length(min = 1, max = 50, message = "【线路性质】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String lineType;
|
|
|
|
|
|
@ApiModelProperty(value = "锈蚀部位")
|
|
|
- @Length(min = 1, max = 255, message = "【锈蚀部位】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String rustPosition;
|
|
|
|
|
|
@ApiModelProperty(value = "支柱类型")
|
|
|
- @Length(min = 1, max = 50, message = "【支柱类型】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String pillarType;
|
|
|
|
|
|
@ApiModelProperty(value = "地形")
|
|
|
- @Length(min = 1, max = 100, message = "【地形】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String terrain;
|
|
|
|
|
|
@ApiModelProperty(value = "是否改造地段")
|
|
|
- @Length(min = 1, max = 255, message = "【是否改造地段】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String iftransform;
|
|
|
|
|
|
@ApiModelProperty(value = "规格型号")
|
|
|
- @Length(min = 1, max = 100, message = "【规格型号】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String specification;
|
|
|
|
|
|
@ApiModelProperty(value = "示数")
|
|
|
- @Length(min = 1, max = 100, message = "【示数】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String displayNum;
|
|
|
|
|
|
@ApiModelProperty(value = "数量")
|
|
|
- @Length(min = 1, max = 100, message = "【数量】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String count;
|
|
|
|
|
|
@ApiModelProperty(value = "距导线距离(米)_水平")
|
|
|
- @Length(min = 1, max = 10, message = "【距导线距离(米)_水平】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String distanceHorizontal;
|
|
|
|
|
|
@ApiModelProperty(value = "距导线距离(米)_垂直")
|
|
|
- @Length(min = 1, max = 10, message = "【距导线距离(米)_垂直】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String distanceVertical;
|
|
|
|
|
|
@ApiModelProperty(value = "树种")
|
|
|
- @Length(min = 1, max = 100, message = "【树种】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String kind;
|
|
|
|
|
|
@ApiModelProperty(value = "严重程度")
|
|
|
- @Length(min = 1, max = 50, message = "【严重程度】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String severity;
|
|
|
|
|
|
@ApiModelProperty(value = "产权(林场、个人)")
|
|
|
- @Length(min = 1, max = 50, message = "【产权(林场、个人)】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String propertyRights;
|
|
|
|
|
|
@ApiModelProperty(value = "调查人")
|
|
|
- @Length(min = 1, max = 50, message = "【调查人】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String inquirer;
|
|
|
|
|
|
}
|