忽略dll文件git
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipaySocialBaseChatGnoticeModifyModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipaySocialBaseChatGnoticeModifyModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 群id
|
||||
/// </summary>
|
||||
[JsonProperty("group_id")]
|
||||
public string GroupId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 群公告
|
||||
/// </summary>
|
||||
[JsonProperty("group_notice")]
|
||||
public string GroupNotice { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user