忽略dll文件git
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// StaffInfo Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class StaffInfo : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 支付宝登录账号
|
||||
/// </summary>
|
||||
[JsonProperty("logon_id")]
|
||||
public string LogonId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户uid
|
||||
/// </summary>
|
||||
[JsonProperty("user_id")]
|
||||
public string UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user