Browse Source

添加验车日期

master
dimengzhe 3 years ago
parent
commit
acd0b48188
  1. 2
      anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehicleinbound/ScmVehicleInboundVo.java

2
anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehicleinbound/ScmVehicleInboundVo.java

@ -25,6 +25,8 @@ public class ScmVehicleInboundVo implements Vo {
@ApiModelProperty(value = "发车日期")
private String departureDate;
@ApiModelProperty(value = "验车日期")
private String inspectionDate;
@ApiModelProperty(value = "验车人")
private String inspection;
@ApiModelProperty(value = "仓库名称")
private String warehouseName;

Loading…
Cancel
Save