忽略dll文件git
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// OrderLogisticsExtInfo Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class OrderLogisticsExtInfo : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 服务结束时间,格式为yyyy-MM-dd HH:mm(到分)
|
||||
/// </summary>
|
||||
[JsonProperty("gmt_end")]
|
||||
public string GmtEnd { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 服务开始时间,格式为yyyy-MM-dd HH:mm(到分)
|
||||
/// </summary>
|
||||
[JsonProperty("gmt_start")]
|
||||
public string GmtStart { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user