using System; using System.Collections.Generic; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// ZhimaMerchantTestPracticeModel Data Structure. /// [Serializable] public class ZhimaMerchantTestPracticeModel : AopObject { /// /// a d /// [JsonProperty("add")] public List Add { get; set; } } }