using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// KoubeiCraftsmanDataWorkCreateResponse. /// public class KoubeiCraftsmanDataWorkCreateResponse : AopResponse { /// /// 作品id /// [XmlArray("works")] [XmlArrayItem("craftsman_work_out_id_open_model")] public List Works { get; set; } } }