mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
11 lines
249 B
C#
11 lines
249 B
C#
using AntDesign.ProLayout;
|
|
|
|
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class NoticeItem : NoticeIconData
|
|
{
|
|
public string Id { get; set; }
|
|
public string Type { get; set; }
|
|
public string Status { get; set; }
|
|
}
|
|
} |