using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LearningOfficer.OA.Common.Dtos.OA.WorkProcess.Summarize { public class SummarizeNoReadResult { /// /// 未读消息数量 /// public int NoReadCount { get; set; } } }