From acd0b481886c3bae5b64962754938aa08e02d304 Mon Sep 17 00:00:00 2001 From: dimengzhe <251008545@qq.com> Date: Wed, 6 Apr 2022 15:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=AA=8C=E8=BD=A6=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/scm/api/scmvehicleinbound/ScmVehicleInboundVo.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehicleinbound/ScmVehicleInboundVo.java b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehicleinbound/ScmVehicleInboundVo.java index fd51a8b964..a502563aa3 100644 --- a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehicleinbound/ScmVehicleInboundVo.java +++ b/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;