using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// MonitorHeartbeatSynResponse. /// public class MonitorHeartbeatSynResponse : AopResponse { /// /// 商户pid /// [JsonProperty("pid")] public string Pid { get; set; } } }