com.alipay.api.domain.KoubeiCateringTablecodeQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
alipay-sdk project for Spring Project
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 扫一扫查询桌码信息
*
* @author auto create
* @since 1.0, 2017-06-15 23:44:52
*/
public class KoubeiCateringTablecodeQueryModel extends AlipayObject {
private static final long serialVersionUID = 2665858658127319954L;
/**
* 用户在isv界面通过扫一扫传入的url文本
*/
@ApiField("url_context")
private String urlContext;
public String getUrlContext() {
return this.urlContext;
}
public void setUrlContext(String urlContext) {
this.urlContext = urlContext;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy