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

com.alipay.api.response.KoubeiRetailWmsGoodssafetyinventoryBatchqueryResponse 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.GoodsSafetyInventoryVO;

import com.alipay.api.AlipayResponse;

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

	private static final long serialVersionUID = 1661685175435293137L;

	/** 
	 * 货品安全库存列表
	 */
	@ApiListField("goods_safety_inventory_vo_list")
	@ApiField("goods_safety_inventory_v_o")
	private List goodsSafetyInventoryVoList;

	public void setGoodsSafetyInventoryVoList(List goodsSafetyInventoryVoList) {
		this.goodsSafetyInventoryVoList = goodsSafetyInventoryVoList;
	}
	public List getGoodsSafetyInventoryVoList( ) {
		return this.goodsSafetyInventoryVoList;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy