NewGaoKaoApi/PaymentSDK/AliPay/Domain/SsdataDataserviceRiskRtopQu...

19 lines
594 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
/// <summary>
/// SsdataDataserviceRiskRtopQueryModel Data Structure.
/// </summary>
[Serializable]
public class SsdataDataserviceRiskRtopQueryModel : AopObject
{
/// <summary>
/// rowkeys+不需要唯一+蚁盾风险大脑项目监管科技平台需要通过open api接口查询后端的反洗钱数据+非枚举+由用户检索的数据组成的参数+无特殊说明
/// </summary>
[XmlElement("rowkeys")]
public string Rowkeys { get; set; }
}
}