using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayOpenOperationSsffDeeQueryModel Data Structure.
///
[Serializable]
public class AlipayOpenOperationSsffDeeQueryModel : AopObject
{
///
/// 1
///
[XmlElement("df")]
public string Df { get; set; }
}
}