| | |
| | | @TableField("payTime") |
| | | private Date payTime; |
| | | |
| | | private Long promotionActivityId; |
| | | |
| | | private String splitAllocation; |
| | | |
| | | |
| | |
| | | private String voice; |
| | | private Date voiceTime; |
| | | |
| | | |
| | | private Integer responsibilityType; |
| | | |
| | | private Date successTime; |
| | | |
| | | public Integer getResponsibilityType() { |
| | | return responsibilityType; |
| | | } |
| | | |
| | | public void setResponsibilityType(Integer responsibilityType) { |
| | | this.responsibilityType = responsibilityType; |
| | | } |
| | | |
| | | public Date getSuccessTime() { |
| | | return successTime; |
| | | } |
| | | |
| | | public void setSuccessTime(Date successTime) { |
| | | this.successTime = successTime; |
| | | } |
| | | |
| | | public Long getPromotionActivityId() { |
| | | return promotionActivityId; |
| | | } |
| | | |
| | | public void setPromotionActivityId(Long promotionActivityId) { |
| | | this.promotionActivityId = promotionActivityId; |
| | | } |
| | | |
| | | public Date getVoiceTime() { |
| | | return voiceTime; |
| | | } |