
com.alipay.api.domain.KoubeiSalesKbassetStuffPurchaseorderQueryModel 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-07-27 19:40:45
*/
public class KoubeiSalesKbassetStuffPurchaseorderQueryModel extends AlipayObject {
private static final long serialVersionUID = 2578942551449743134L;
/**
* 每页大小:最小1,最大100
*/
@ApiField("page_size")
private String pageSize;
public String getPageSize() {
return this.pageSize;
}
public void setPageSize(String pageSize) {
this.pageSize = pageSize;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy