| | |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | private String createBy; |
| | | |
| | | public String getCreateBy() { |
| | | return createBy; |
| | | } |
| | | |
| | | public void setCreateBy(String createBy) { |
| | | this.createBy = createBy; |
| | | } |
| | | |
| | | /** |
| | | * 订单明细 |
| | | */ |
| | |
| | | */ |
| | | private Integer count; |
| | | |
| | | |
| | | /** |
| | | * 退款数量 |
| | | */ |
| | | private Integer refundCount; |
| | | |
| | | |
| | | /** |
| | |
| | | * 欠款金额 |
| | | */ |
| | | private Double arrears; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | private Long cardId; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 是否为综合卡创建的订单明细 |
| | | * 1是 |
| | |
| | | return preCount; |
| | | } |
| | | |
| | | public Integer getRefundCount() { |
| | | return refundCount; |
| | | } |
| | | |
| | | public void setRefundCount(Integer refundCount) { |
| | | this.refundCount = refundCount; |
| | | } |
| | | |
| | | public void setPreCount(int preCount) { |
| | | this.preCount = preCount; |
| | | } |