忽略dll文件git
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using Alipay.AopSdk.Core.Domain;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// KoubeiCraftsmanDataWorkCreateResponse.
|
||||
/// </summary>
|
||||
public class KoubeiCraftsmanDataWorkCreateResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 作品id
|
||||
/// </summary>
|
||||
[JsonProperty("works")]
|
||||
|
||||
public List<CraftsmanWorkOutIdOpenModel> Works { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user