您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
-
- //
-
-
-
-
-
-
-
-
- namespace SafeCampus.System;
-
- /// <summary>
- /// 站内信与接收用户拓展
- /// MSG_TO_USER
- /// </summary>
- public class RelationMsgUser
- {
- /// <summary>
- /// 是否已读
- /// </summary>
- public bool Read { get; set; } = false;
- }
|