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

eleme.openapi.sdk.api.entity.openShop.GetDetailByApplyIdRequest Maven / Gradle / Ivy

The newest version!
package eleme.openapi.sdk.api.entity.openShop;

public class GetDetailByApplyIdRequest{

    /**
     * 开店申请id
     */
    private Long applyId;
    public Long getApplyId() {
        return applyId;
    }
    public void setApplyId(Long applyId) {
        this.applyId = applyId;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy