提交 aadb9974 authored 作者: aiqingguo's avatar aiqingguo

承运同步

上级 3b912581
...@@ -42,6 +42,16 @@ public class OrderChildTruckInfoDTO { ...@@ -42,6 +42,16 @@ public class OrderChildTruckInfoDTO {
private String licenceImgSecondBack; private String licenceImgSecondBack;
@ApiModelProperty(value = "道路运输许可证图片地址", dataType="String", required = true) @ApiModelProperty(value = "道路运输许可证图片地址", dataType="String", required = true)
private String transportLicenceImg; private String transportLicenceImg;
@ApiModelProperty(value = "行驶证有效期开始时间")
private String drivingLicenseBeginTime;
@ApiModelProperty(value = "行驶证有效期结束时间", required = true)
private String drivingLicenseEndTime;
@ApiModelProperty(value = "运输证有效期开始时间")
private String transportationLicenseBeginTime;
@ApiModelProperty(value = "运输证有效期结束时间")
private String transportationLicenseEndTime;
@ApiModelProperty(value = "车辆燃料类型 1:柴油 2 天然气 3其他 4新能源/电", dataType="Integer", required = true) @ApiModelProperty(value = "车辆燃料类型 1:柴油 2 天然气 3其他 4新能源/电", dataType="Integer", required = true)
private Integer powerType; private Integer powerType;
@ApiModelProperty(value = "使用性质", required = true) @ApiModelProperty(value = "使用性质", required = true)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论