| | |
| | | private Date updateTime;
|
| | | @Column(name = "sd_trade_id")
|
| | | private String tradeId;
|
| | | @Column(name = "sd_estimate_pay_time")
|
| | | private Date estimatePayTime;
|
| | |
|
| | | public InviteOrderSubsidyDebt(Long uid, BigDecimal originMoney, Long sourceId, String tradeId,
|
| | | Date estimatePayTime) {
|
| | | this.uid = uid;
|
| | | this.originMoney = originMoney;
|
| | | this.sourceId = sourceId;
|
| | | this.tradeId = tradeId;
|
| | | this.estimatePayTime = estimatePayTime;
|
| | | }
|
| | | |
| | | |
| | |
|
| | | public InviteOrderSubsidyDebt() {
|
| | | |
| | | }
|
| | |
|
| | | public Date getEstimatePayTime() {
|
| | | return estimatePayTime;
|
| | | }
|
| | |
|
| | | public void setEstimatePayTime(Date estimatePayTime) {
|
| | | this.estimatePayTime = estimatePayTime;
|
| | | }
|
| | |
|
| | | public String getTradeId() {
|
| | | return tradeId;
|