namespace JNPF.VisualDev.Entitys.Dto.Dashboard;
///
/// 通知公告输出.
///
public class NoticeOutput
{
///
/// ID.
///
public string id { get; set; }
///
/// 标题.
///
public string fullName { get; set; }
///
/// 创建时间.
///
public DateTime? creatorTime { get; set; }
}