using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// SmartappSmartformDataWriteResponse. /// public class SmartappSmartformDataWriteResponse : TopResponse { /// /// 操作数据ID /// [XmlElement("record_id")] public string RecordId { get; set; } } }