Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/Model/ExtendParams.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +08:00

18 lines
356 B
C#

namespace Alipay.AopSdk.F2FPay.Model
{
/// <summary>
/// ExtendParams 的摘要说明
/// </summary>
public class ExtendParams
{
public string sys_service_provider_id { get; set; }
public ExtendParams()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
}
}