
com.alipay.api.domain.KoubeiSalesKbassetStuffProduceorderBatchqueryModel 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-28 14:37:22
*/
public class KoubeiSalesKbassetStuffProduceorderBatchqueryModel extends AlipayObject {
private static final long serialVersionUID = 6647653528982381975L;
/**
* 每页容量:最小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