using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Aop.Api.Domain { /// /// AlipayMsaasMediarecogMmtcaftscvGoodsinfoBatchqueryModel Data Structure. /// [Serializable] public class AlipayMsaasMediarecogMmtcaftscvGoodsinfoBatchqueryModel : AopObject { /// /// 算法id列表 /// [XmlArray("algorithm_ids")] [XmlArrayItem("string")] public List AlgorithmIds { get; set; } } }