13 lines
276 B
C#
13 lines
276 B
C#
|
|
using System;
|
||
|
|
using System.Xml.Serialization;
|
||
|
|
|
||
|
|
namespace Alipay.AopSdk.Core.Response
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// ZolozIdentificationCustomerSmilerepoSyncResponse.
|
||
|
|
/// </summary>
|
||
|
|
public class ZolozIdentificationCustomerSmilerepoSyncResponse : AopResponse
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|