
com.alipay.api.domain.KoubeiShopMallAuditQueryModel 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
baidu push client api with maven
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-03-31 14:01:07
*/
public class KoubeiShopMallAuditQueryModel extends AlipayObject {
private static final long serialVersionUID = 2646821593516232994L;
/**
* koubei.shop.mall.page.modify(商圈主页地址创建修改接口)中 返回的工单id
*/
@ApiField("order_flow_id")
private String orderFlowId;
public String getOrderFlowId() {
return this.orderFlowId;
}
public void setOrderFlowId(String orderFlowId) {
this.orderFlowId = orderFlowId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy