提交示例代码
This commit is contained in:
15
聊天系统课程代码/Server/Entity/Chat/Model/ChatInfoTree.cs
Normal file
15
聊天系统课程代码/Server/Entity/Chat/Model/ChatInfoTree.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Runtime.Serialization;
|
||||
using MongoDB.Bson.Serialization.Attributes;
|
||||
using Newtonsoft.Json;
|
||||
using ProtoBuf;
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public partial class ChatInfoTree
|
||||
{
|
||||
[BsonIgnore]
|
||||
[JsonIgnore]
|
||||
[ProtoIgnore]
|
||||
[IgnoreDataMember]
|
||||
public Scene Scene { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user