| | |
| | | package com.pollex.pam.web.rest.vm; |
| | | |
| | | public class VerifyOtpVM { |
| | | private String identityCode; |
| | | private String account; |
| | | private String indexKey; |
| | | private String otpCode; |
| | | |
| | | public String getIdentityCode() { |
| | | return identityCode; |
| | | public String getAccount() { |
| | | return account; |
| | | } |
| | | |
| | | public void setIdentityCode(String identityCode) { |
| | | this.identityCode = identityCode; |
| | | public void setAccount(String account) { |
| | | this.account = account; |
| | | } |
| | | |
| | | public String getIndexKey() { |
| | | return indexKey; |
| | | } |
| | | |
| | | public void setIndexKey(String indexKey) { |
| | | this.indexKey = indexKey; |
| | | } |
| | | |
| | | public String getOtpCode() { |