using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// AntMerchantExpandAssetproduceAssignQueryModel Data Structure.
///
[Serializable]
public class AntMerchantExpandAssetproduceAssignQueryModel : AopObject
{
///
/// 每次拉取最大记录数量,可选值为[1,200] ;
///
[JsonProperty("page_size")]
public long PageSize { get; set; }
}
}