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

eleme.openapi.sdk.api.entity.invoice.NaposUserContact Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.invoice;

public class NaposUserContact{

    /**
     * 电子邮箱
     */
    private String email;
    public String getEmail() {
        return email;
    }
    public void setEmail(String email) {
        this.email = email;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy