update temple

更新模板
This commit is contained in:
ansonzhang 2019-12-07 20:52:12 +08:00
parent 6d9bc76721
commit 567c2271e2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
using SqlSugar;
using System;
namespace Blog.Core.Model.Models
namespace Anson.Model.Models
{
/// <summary>
/// 博客文章
@ -35,7 +35,7 @@ namespace Blog.Core.Model.Models
/// <summary>
/// 内容
/// </summary>
[SugarColumn(IsNullable = true, ColumnDataType = "text")]
[SugarColumn(Length = int.MaxValue, IsNullable = true, ColumnDataType = "nvarchar")]
public string bcontent { get; set; }
/// <summary>