后台内容管理

This commit is contained in:
hogan
2019-01-24 00:14:06 +08:00
parent e9890b771a
commit a9afd0d23d
5 changed files with 96 additions and 44 deletions

View File

@ -30,6 +30,7 @@ namespace FreeSql.Site.Entity
/// <summary>
/// 文档内容
/// </summary>
[Column(DbType = "text")]
public string DocContent { get; set; }
/// <summary>