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