using System.Collections.Generic; using Newtonsoft.Json; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// /// KoubeiCraftsmanDataWorkCreateResponse. /// public class KoubeiCraftsmanDataWorkCreateResponse : AopResponse { /// /// 作品id /// [JsonProperty("works")] public List Works { get; set; } } }