文章新增封面

This commit is contained in:
不做码农
2022-05-19 18:35:59 +08:00
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; }
}
}