using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayEcoCplifeNoticePublishResponse. /// public class AlipayEcoCplifeNoticePublishResponse : AopResponse { /// /// 支付宝平台统一生产的通知公告唯一ID标示. /// [JsonProperty("notice_id")] public string NoticeId { get; set; } } }