Helius
2022-05-24 560228ac3c15cccce0b2a5994d44e4e81b5b3b73
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;
    }