
com.alipay.api.domain.KoubeiSalesKbassetStuffOrdersresultSyncModel 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 java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 物料单据获取成功反馈接口
*
* @author auto create
* @since 1.0, 2017-07-27 19:41:21
*/
public class KoubeiSalesKbassetStuffOrdersresultSyncModel extends AlipayObject {
private static final long serialVersionUID = 8875435231378816219L;
/**
* 物料单据反馈列表,最大200条
*/
@ApiListField("orders_feedback")
@ApiField("access_orders_feed_back")
private List ordersFeedback;
public List getOrdersFeedback() {
return this.ordersFeedback;
}
public void setOrdersFeedback(List ordersFeedback) {
this.ordersFeedback = ordersFeedback;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy