忽略dll文件git
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoMycarDataExternalSendModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEcoMycarDataExternalSendModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// external_system_name
|
||||
/// </summary>
|
||||
[JsonProperty("external_system_name")]
|
||||
public string ExternalSystemName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// is_transfer_uid
|
||||
/// </summary>
|
||||
[JsonProperty("is_transfer_uid")]
|
||||
public string IsTransferUid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// operate_type
|
||||
/// </summary>
|
||||
[JsonProperty("operate_type")]
|
||||
public string OperateType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// send_data
|
||||
/// </summary>
|
||||
[JsonProperty("send_data")]
|
||||
public string SendData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user