| | |
| | | /** |
| | | * 用户ID |
| | | */ |
| | | private String userId; |
| | | |
| | | private Long userId; |
| | | /** |
| | | * 支付积分 |
| | | */ |
| | | private Integer scorePay; |
| | | |
| | | /** |
| | | * 下单时间 |
| | |
| | | return orderNo; |
| | | } |
| | | |
| | | public Integer getScorePay() { |
| | | return scorePay; |
| | | } |
| | | |
| | | public void setScorePay(Integer scorePay) { |
| | | this.scorePay = scorePay; |
| | | } |
| | | |
| | | public void setOrderNo(String orderNo) { |
| | | this.orderNo = orderNo; |
| | |
| | | this.commodityPrice = commodityPrice; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | public Long getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | public void setUserId(Long userId) { |
| | | this.userId = userId; |
| | | } |
| | | |