All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.response.KoubeiRetailWmsInventoryBatchqueryResponse Maven / Gradle / Ivy

package com.alipay.api.response;

import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.Inventory;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: koubei.retail.wms.inventory.batchquery response.
 * 
 * @author auto create
 * @since 1.0, 2024-07-04 15:51:34
 */
public class KoubeiRetailWmsInventoryBatchqueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 7169372187295137314L;

	/** 
	 * 库存列表
	 */
	@ApiListField("inventory_list")
	@ApiField("inventory")
	private List inventoryList;

	public void setInventoryList(List inventoryList) {
		this.inventoryList = inventoryList;
	}
	public List getInventoryList( ) {
		return this.inventoryList;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy