路由构建充血模型

This commit is contained in:
陈淳
2022-09-13 18:15:01 +08:00
parent 4788562241
commit 89762cad78
9 changed files with 93 additions and 78 deletions

View File

@@ -26,8 +26,8 @@ namespace Yi.Framework.Model.Models
/// <summary>
/// 岗位id
///</summary>
[SugarColumn(ColumnName="Post" )]
public long? Post { get; set; }
[SugarColumn(ColumnName= "PostId")]
public long? PostId { get; set; }
/// <summary>
/// 创建者
///</summary>