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

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

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

public class ShopInvoiceContact{

    /**
     * 联系人
     */
    private String person;
    public String getPerson() {
        return person;
    }
    public void setPerson(String person) {
        this.person = person;
    }
    
    /**
     * 联系电话
     */
    private String phone;
    public String getPhone() {
        return phone;
    }
    public void setPhone(String phone) {
        this.phone = phone;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy