Browse Source

增加 备注 属性

zhanglei
alllenliufor3 3 years ago
parent
commit
6c740fd1af
  1. 3
      anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmapplyinboundvehicle/ScmApplyInboundVehicleVo.java

3
anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmapplyinboundvehicle/ScmApplyInboundVehicleVo.java

@ -35,4 +35,7 @@ public class ScmApplyInboundVehicleVo implements Vo {
@ApiModelProperty("车架号(VIN)")
private String vinNo;
@ApiModelProperty("备注")
private String remarks;
}

Loading…
Cancel
Save