All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasc.open.api.v5_1.req.user.TelecomThreeElementVerifyReq Maven / Gradle / Ivy

package com.fasc.open.api.v5_1.req.user;

import com.fasc.open.api.bean.base.BaseReq;

/**
 * @author zhoufucheng
 * @date 2023/6/28 11:39
 */
public class TelecomThreeElementVerifyReq extends BaseReq {
    private String userName;

    private String userIdentNo;

    private String mobile;

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName;
    }

    public String getUserIdentNo() {
        return userIdentNo;
    }

    public void setUserIdentNo(String userIdentNo) {
        this.userIdentNo = userIdentNo;
    }

    public String getMobile() {
        return mobile;
    }

    public void setMobile(String mobile) {
        this.mobile = mobile;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy