初始提交
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// BusinessLicenseCertFileds Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class BusinessLicenseCertFileds : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 社会信用代码
|
||||
/// </summary>
|
||||
[XmlElement("creditcode")]
|
||||
public string Creditcode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 公司名字
|
||||
/// </summary>
|
||||
[XmlElement("entname")]
|
||||
public string Entname { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user