using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipaySecurityProdFacerepoAddResponse. /// public class AlipaySecurityProdFacerepoAddResponse : AopResponse { /// /// 扩展信息 /// [XmlElement("ext_info")] public string ExtInfo { get; set; } /// /// 对此次插入人脸库分组的人脸id标识 /// [XmlElement("face_id")] public string FaceId { get; set; } } }