添加项目文件。
This commit is contained in:
102
HT.Cloud.Domain/Entity/SystemOrganize/NoticeEntity.cs
Normal file
102
HT.Cloud.Domain/Entity/SystemOrganize/NoticeEntity.cs
Normal file
@ -0,0 +1,102 @@
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file=" Notice.cs" company="HT.Cloud">
|
||||
// * Copyright (C) HT.Cloud.Framework All Rights Reserved
|
||||
// * version : 1.0
|
||||
// * author : HT.Cloud.Framework
|
||||
// * FileName: Notice.cs
|
||||
// * history : Created by T4 04/13/2020 16:51:21
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace HT.Cloud.Domain.SystemOrganize
|
||||
{
|
||||
/// <summary>
|
||||
/// Notice Entity Model
|
||||
/// </summary>
|
||||
[SugarTable("sys_notice")]
|
||||
public class NoticeEntity : IEntity<NoticeEntity>, ICreationAudited, IDeleteAudited, IModificationAudited
|
||||
{
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD>Id
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "F_Id", IsPrimaryKey = true, ColumnDescription = "<22><><EFBFBD><EFBFBD>Id")]
|
||||
public string F_Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD>
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "<22><><EFBFBD>ⲻ<EFBFBD><E2B2BB>Ϊ<EFBFBD><CEAA>")]
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_Title", ColumnDataType = "nvarchar(50)", ColumnDescription = "<22><><EFBFBD><EFBFBD>", UniqueGroupNameList = new string[] { "sys_notice" })]
|
||||
public string F_Title { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD>
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "<22><><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD>Ϊ<EFBFBD><CEAA>")]
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_Content", ColumnDataType = "longtext", ColumnDescription = "<22><><EFBFBD><EFBFBD>")]
|
||||
public string F_Content { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnDescription = "ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>")]
|
||||
public Boolean? F_DeleteMark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnDescription = "<22><>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>")]
|
||||
public Boolean? F_EnabledMark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><>ע
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_Description", ColumnDataType = "longtext", ColumnDescription = "ɾ<><C9BE><EFBFBD><EFBFBD>Id")]
|
||||
public string F_Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnDescription = "<22><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>")]
|
||||
public DateTime? F_CreatorTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Id
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_CreatorUserId", ColumnDataType = "nvarchar(50)", ColumnDescription = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Id")]
|
||||
public string F_CreatorUserId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_CreatorUserName", ColumnDataType = "nvarchar(50)", ColumnDescription = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>")]
|
||||
public string F_CreatorUserName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnDescription = "<22><EFBFBD>ʱ<EFBFBD><CAB1>")]
|
||||
public DateTime? F_LastModifyTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <20><EFBFBD><DEB8><EFBFBD>Id
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_LastModifyUserId", ColumnDataType = "nvarchar(50)", ColumnDescription = "<22><EFBFBD><DEB8><EFBFBD>Id")]
|
||||
public string F_LastModifyUserId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ɾ<><C9BE>ʱ<EFBFBD><CAB1>
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnDescription = "ɾ<><C9BE>ʱ<EFBFBD><CAB1>")]
|
||||
public DateTime? F_DeleteTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ɾ<><C9BE><EFBFBD><EFBFBD>Id
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true, ColumnName = "F_DeleteUserId", ColumnDataType = "nvarchar(50)", ColumnDescription = "ɾ<><C9BE><EFBFBD><EFBFBD>Id")]
|
||||
public string F_DeleteUserId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user