mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
add admin
This commit is contained in:
@ -4,6 +4,9 @@ using System;
|
||||
|
||||
namespace FreeSql.Site.Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据库实体
|
||||
/// </summary>
|
||||
public class DocumentContent
|
||||
{
|
||||
[Column(IsIdentity = true, IsPrimary = true)]
|
||||
@ -64,4 +67,12 @@ namespace FreeSql.Site.Entity
|
||||
/// </summary>
|
||||
public string UpdateBy { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 返回实体内容
|
||||
/// </summary>
|
||||
public class DocumentContentView : DocumentContent
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user