using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayInsCooperationProductOfflineBatchqueryModel Data Structure.
///
[Serializable]
public class AlipayInsCooperationProductOfflineBatchqueryModel : AopObject
{
///
/// 机构在蚂蚁平台上的惟一标识
///
[XmlElement("inst_id")]
public string InstId { get; set; }
}
}