zq-erp/src/main/java/com/matrix/system/app/vo/OrderDetailItemVo.java
@@ -22,6 +22,9 @@ @ApiModelProperty(value = "数量") private String count; @ApiModelProperty(value = "产品类型") private String type; @ApiModelProperty(value = "现金支付") private BigDecimal cashPay; @@ -43,6 +46,13 @@ @ApiModelProperty(value = "订单业绩") private List<OrderDetailAchieveItemVo> achieves; public String getType() { return type; } public void setType(String type) { this.type = type; } public Long getId() { return id; }