|
|
@ -51,5 +51,12 @@ public class VehicleApplyVo implements Vo { |
|
|
|
@JsonProperty("type") |
|
|
|
private String applyType; |
|
|
|
|
|
|
|
@ApiModelProperty("采购系统") |
|
|
|
@JsonProperty("system") |
|
|
|
private String orgDeptName; |
|
|
|
@ApiModelProperty("订金付款备注") |
|
|
|
@JsonProperty("depositRemark") |
|
|
|
private String payRemarks; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|