using System; namespace Edu.Model.ViewModel.User { /// <summary> /// 公告阅读实体类 /// </summary> [Serializable] public class RB_Notice_Read_ViewModel : Model.Entity.User.RB_Notice_Read { /// <summary> /// 阅读数量 /// </summary> public int ReadNum { get; set; } } }