NewGaoKaoApi/PaymentSDK/AliPay/Domain/AlipayIserviceMindvSnapshot...

19 lines
452 B
C#
Raw Permalink 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>
/// AlipayIserviceMindvSnapshotQueryModel Data Structure.
/// </summary>
[Serializable]
public class AlipayIserviceMindvSnapshotQueryModel : AopObject
{
/// <summary>
/// 问卷/试卷快照id信息供系统检索快照内容
/// </summary>
[XmlElement("id")]
public long Id { get; set; }
}
}