ant-design-blazor/site/AntDesign.Docs/Services/MoreProps.cs
2021-02-06 20:15:46 +08:00

20 lines
364 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign.Docs.Services
{
public class MoreProps
{
public string Title { get; set; }
public string Description { get; set; }
public string Date { get; set; }
public string Img { get; set; }
public string Href { get; set; }
}
}