11 lines
244 B
C#
11 lines
244 B
C#
using AntDesign.ProLayout;
|
|
|
|
namespace antblazorpro.Models
|
|
{
|
|
public class NoticeItem : NoticeIconData
|
|
{
|
|
public string Id { get; set; }
|
|
public string Type { get; set; }
|
|
public string Status { get; set; }
|
|
}
|
|
} |