| | |
| | | package com.yeshi.fanli.dto.msg;
|
| | |
|
| | | public class MsgInviteContentDTO {
|
| | |
|
| | | private String title; // 标题
|
| | | private String state; // 状态
|
| | | private String code; // 邀请码
|
| | | private String inviter; // 领取人信息
|
| | | private String mode; // 赠送时间
|
| | |
|
| | | public String getTitle() {
|
| | | return title;
|
| | | }
|
| | |
|
| | | public void setTitle(String title) {
|
| | | this.title = title;
|
| | | }
|
| | |
|
| | | public String getState() {
|
| | | return state;
|
| | | }
|
| | |
|
| | | public void setState(String state) {
|
| | | this.state = state;
|
| | | }
|
| | |
|
| | | public String getCode() {
|
| | | return code;
|
| | | }
|
| | |
|
| | | public void setCode(String code) {
|
| | | this.code = code;
|
| | | }
|
| | |
|
| | | public String getInviter() {
|
| | | return inviter;
|
| | | }
|
| | |
|
| | | public void setInviter(String inviter) {
|
| | | this.inviter = inviter;
|
| | | }
|
| | |
|
| | | public String getMode() {
|
| | | return mode;
|
| | | }
|
| | |
|
| | | public void setMode(String mode) {
|
| | | this.mode = mode;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.dto.msg; |
| | | |
| | | public class MsgInviteContentDTO { |
| | | |
| | | private String title; // 标题 |
| | | private String state; // 状态 |
| | | private String code; // 邀请码 |
| | | private String inviter; // 领取人信息 |
| | | private String mode; // 赠送时间 |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getCode() { |
| | | return code; |
| | | } |
| | | |
| | | public void setCode(String code) { |
| | | this.code = code; |
| | | } |
| | | |
| | | public String getInviter() { |
| | | return inviter; |
| | | } |
| | | |
| | | public void setInviter(String inviter) { |
| | | this.inviter = inviter; |
| | | } |
| | | |
| | | public String getMode() { |
| | | return mode; |
| | | } |
| | | |
| | | public void setMode(String mode) { |
| | | this.mode = mode; |
| | | } |
| | | |
| | | } |