using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayPayCodecHschoolDecodeUseModel Data Structure.
///
[Serializable]
public class AlipayPayCodecHschoolDecodeUseModel : AopObject
{
///
/// 码值
///
[XmlElement("code_value")]
public string CodeValue { get; set; }
///
/// 机构号
///
[XmlElement("institution_code")]
public string InstitutionCode { get; set; }
}
}