忽略dll文件git
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// InsMerchant Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class InsMerchant : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 机构全称
|
||||
/// </summary>
|
||||
[JsonProperty("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 服务电话
|
||||
/// </summary>
|
||||
[JsonProperty("service_phone")]
|
||||
public string ServicePhone { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 机构简称
|
||||
/// </summary>
|
||||
[JsonProperty("short_name")]
|
||||
public string ShortName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user