admin
2020-11-09 2147d023563a7c9d05d97547c00d6b0162c0644c
fanli/src/main/java/com/yeshi/fanli/entity/money/TeamRewardDebt.java
@@ -10,7 +10,6 @@
 * 团队奖金欠账
 * 
 * @author Administrator
 *
 */
@Table("yeshi_ec_team_reward_debt")
public class TeamRewardDebt {
@@ -32,6 +31,10 @@
   private Date updateTime;
   @Column(name = "rd_trade_id")
   private String tradeId;
    @Column(name = "rd_source_type")
    private Integer sourceType;
   @Column(name = "rd_estimate_pay_time")
   private Date estimatePayTime;//预计偿还时间
@@ -130,4 +133,13 @@
      this.updateTime = updateTime;
   }
    public Integer getSourceType() {
        return sourceType;
    }
    public void setSourceType(Integer sourceType) {
        this.sourceType = sourceType;
    }
}