|
@@ -49,11 +49,11 @@ public class BusJcxc extends BaseEntity{
|
|
|
private String pillarArea;
|
|
private String pillarArea;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "股道")
|
|
@ApiModelProperty(value = "股道")
|
|
|
- @Length(min = 1, max = 100, message = "【股道】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 100, message = "【股道】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String stationTrack;
|
|
private String stationTrack;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "管辖模式")
|
|
@ApiModelProperty(value = "管辖模式")
|
|
|
- @Length(min = 1, max = 50, message = "【管辖模式】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 50, message = "【管辖模式】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String gxms;
|
|
private String gxms;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "公里标")
|
|
@ApiModelProperty(value = "公里标")
|
|
@@ -61,7 +61,7 @@ public class BusJcxc extends BaseEntity{
|
|
|
private String marker;
|
|
private String marker;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "德式/国产")
|
|
@ApiModelProperty(value = "德式/国产")
|
|
|
- @Length(min = 1, max = 10, message = "【德式/国产】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 10, message = "【德式/国产】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String dsgc;
|
|
private String dsgc;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "线岔号")
|
|
@ApiModelProperty(value = "线岔号")
|
|
@@ -69,19 +69,19 @@ public class BusJcxc extends BaseEntity{
|
|
|
private String xch;
|
|
private String xch;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "线岔类型")
|
|
@ApiModelProperty(value = "线岔类型")
|
|
|
- @Length(min = 1, max = 20, message = "【线岔类型】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 20, message = "【线岔类型】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String xclx;
|
|
private String xclx;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "标准定位/非标准定位")
|
|
@ApiModelProperty(value = "标准定位/非标准定位")
|
|
|
- @Length(min = 1, max = 10, message = "【标准定位/非标准定位】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 10, message = "【标准定位/非标准定位】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String bzdw;
|
|
private String bzdw;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "数据编号")
|
|
@ApiModelProperty(value = "数据编号")
|
|
|
- @Length(min = 1, max = 50, message = "【数据编号】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 50, message = "【数据编号】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String sjbh;
|
|
private String sjbh;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "del_flag")
|
|
@ApiModelProperty(value = "del_flag")
|
|
|
- @Length(min = 1, max = 1, message = "【del_flag】长度必须介于 {min} 和 {max} 之间")
|
|
|
|
|
|
|
+ @Length( max = 1, message = "【del_flag】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String delFlag;
|
|
private String delFlag;
|
|
|
|
|
|
|
|
}
|
|
}
|