保誠-保戶業務員媒合平台
wayne
2021-12-16 42567b98b186f219b7a923dc3e6daeb5ffa31cfe
pamapi/src/main/java/com/pollex/pam/web/rest/vm/VerifyOtpVM.java
@@ -1,15 +1,24 @@
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() {