忽略dll文件git
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// EquipmentBindInfo Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class EquipmentBindInfo : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 机具ID
|
||||
/// </summary>
|
||||
[JsonProperty("equipment_id")]
|
||||
public string EquipmentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否绑定门店,T绑定,F不绑定
|
||||
/// </summary>
|
||||
[JsonProperty("is_bind_shop")]
|
||||
public string IsBindShop { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user