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

13 lines
276 B
C#

using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Response
{
/// <summary>
/// ZolozIdentificationCustomerSmilerepoSyncResponse.
/// </summary>
public class ZolozIdentificationCustomerSmilerepoSyncResponse : AopResponse
{
}
}