admin
2024-10-16 62a447d89331aee1feae7724c7616aa1bb2cfe79
fanli/src/main/java/com/yeshi/fanli/dto/mq/order/body/TeamRewardPreRecieveMQMsg.java
@@ -1,71 +1,71 @@
package com.yeshi.fanli.dto.mq.order.body;
import java.util.Date;
import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
/**
 * 团队奖金预到账消息
 * @author Administrator
 *
 */
public class TeamRewardPreRecieveMQMsg extends BaseMQMsgBody {
   private String key;
   private Long uid;
   private Integer sourceType;
   private Date preGetTime;
   private Date createTime;
   public TeamRewardPreRecieveMQMsg(String key, Long uid, Integer sourceType, Date preGetTime, Date createTime) {
      super();
      this.key = key;
      this.uid = uid;
      this.sourceType = sourceType;
      this.preGetTime = preGetTime;
      this.createTime = createTime;
   }
   public TeamRewardPreRecieveMQMsg() {
   }
   public Date getPreGetTime() {
      return preGetTime;
   }
   public void setPreGetTime(Date preGetTime) {
      this.preGetTime = preGetTime;
   }
   public Date getCreateTime() {
      return createTime;
   }
   public void setCreateTime(Date createTime) {
      this.createTime = createTime;
   }
   public String getKey() {
      return key;
   }
   public void setKey(String key) {
      this.key = key;
   }
   public Long getUid() {
      return uid;
   }
   public void setUid(Long uid) {
      this.uid = uid;
   }
   public Integer getSourceType() {
      return sourceType;
   }
   public void setSourceType(Integer sourceType) {
      this.sourceType = sourceType;
   }
}
package com.yeshi.fanli.dto.mq.order.body;
import java.util.Date;
import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
/**
 * 团队奖金预到账消息
 * @author Administrator
 *
 */
public class TeamRewardPreRecieveMQMsg extends BaseMQMsgBody {
   private String key;
   private Long uid;
   private Integer sourceType;
   private Date preGetTime;
   private Date createTime;
   public TeamRewardPreRecieveMQMsg(String key, Long uid, Integer sourceType, Date preGetTime, Date createTime) {
      super();
      this.key = key;
      this.uid = uid;
      this.sourceType = sourceType;
      this.preGetTime = preGetTime;
      this.createTime = createTime;
   }
   public TeamRewardPreRecieveMQMsg() {
   }
   public Date getPreGetTime() {
      return preGetTime;
   }
   public void setPreGetTime(Date preGetTime) {
      this.preGetTime = preGetTime;
   }
   public Date getCreateTime() {
      return createTime;
   }
   public void setCreateTime(Date createTime) {
      this.createTime = createTime;
   }
   public String getKey() {
      return key;
   }
   public void setKey(String key) {
      this.key = key;
   }
   public Long getUid() {
      return uid;
   }
   public void setUid(Long uid) {
      this.uid = uid;
   }
   public Integer getSourceType() {
      return sourceType;
   }
   public void setSourceType(Integer sourceType) {
      this.sourceType = sourceType;
   }
}