忽略dll文件git
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// KoubeiContentCommentReplyCreateResponse.
|
||||
/// </summary>
|
||||
public class KoubeiContentCommentReplyCreateResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 口碑评价id,即入参中的comment_id,后续可用于回复内容的增删改查
|
||||
/// </summary>
|
||||
[JsonProperty("comment_id")]
|
||||
public string CommentId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user