namespace Dpz.Core.Public.Entity.Option;
/// <summary>
/// 友情链接
/// </summary>
public class Friends : AppOption
{
public string? Name { get; set; }
public string? Avatar { get; set; }
public string? Link { get; set; }
public string? Description { get; set; }
}
AI 正在分析代码…
评论加载中...