using System; using System.Collections.Generic; using System.Text; using Edu.Model.Entity.System; namespace Edu.Model.ViewModel.System { public class RB_System_Log_ViewModel : RB_System_Log { /// /// 发送状态 1-查询成功与与已读的 /// public int SelectSendState { get; set; } } }