平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
261 B

  1. //
  2. namespace SafeCampus.System;
  3. /// <summary>
  4. /// 站内信与接收用户拓展
  5. /// MSG_TO_USER
  6. /// </summary>
  7. public class RelationMsgUser
  8. {
  9. /// <summary>
  10. /// 是否已读
  11. /// </summary>
  12. public bool Read { get; set; } = false;
  13. }