| | |
| | | package com.yeshi.buwan.vo.goldcorn; |
| | | |
| | | import com.yeshi.buwan.domain.jump.JumpDetail; |
| | | import com.yeshi.buwan.dto.goldcorn.SignInGoldCornDateData; |
| | | |
| | | import java.util.List; |
| | |
| | | public static class SignInConfig { |
| | | private String recordUrl; |
| | | private String ruleUrl; |
| | | private JumpDetail userJump; |
| | | private String userJumpParams; |
| | | |
| | | public String getRecordUrl() { |
| | | return recordUrl; |
| | |
| | | public void setRuleUrl(String ruleUrl) { |
| | | this.ruleUrl = ruleUrl; |
| | | } |
| | | |
| | | |
| | | public JumpDetail getUserJump() { |
| | | return userJump; |
| | | } |
| | | |
| | | public void setUserJump(JumpDetail userJump) { |
| | | this.userJump = userJump; |
| | | } |
| | | |
| | | public String getUserJumpParams() { |
| | | return userJumpParams; |
| | | } |
| | | |
| | | public void setUserJumpParams(String userJumpParams) { |
| | | this.userJumpParams = userJumpParams; |
| | | } |
| | | } |
| | | } |