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

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

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

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

/**
 * @author Fadada
 * 2021/10/16 17:39:36
 */
public class GetUserIdentityInfoReq extends BaseReq {
    private String openUserId;

    public String getOpenUserId() {
        return openUserId;
    }

    public void setOpenUserId(String openUserId) {
        this.openUserId = openUserId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy