文章新增缩略图

This commit is contained in:
不做码农
2022-05-16 18:09:06 +08:00
parent 6585365994
commit f8480a031f
4 changed files with 21 additions and 15 deletions

View File

@@ -45,5 +45,9 @@ namespace ZR.Model.System
public string Tags { get; set; }
public int Hits { get; set; }
public int Category_Id { get; set; }
/// <summary>
/// 封面地址
/// </summary>
public string CoverUrl { get; set; }
}
}