| | |
| | | @ApiModelProperty(value = "数量") |
| | | private String count; |
| | | |
| | | @ApiModelProperty(value = "产品类型") |
| | | private String type; |
| | | |
| | | @ApiModelProperty(value = "现金支付") |
| | | private BigDecimal cashPay; |
| | | |
| | |
| | | @ApiModelProperty(value = "订单业绩") |
| | | private List<OrderDetailAchieveItemVo> achieves; |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | a.card_Pay cardPay, |
| | | a.PRICE price, |
| | | a.ZK_PRICE zkPrice, |
| | | a.type type, |
| | | a.status status |
| | | from sys_order_item a |
| | | inner join shopping_goods b on a.goods_id=b.id |