添加项目文件。
This commit is contained in:
18
HT.Cloud.Domain/Entity/IBaseEntity/ICreationAudited.cs
Normal file
18
HT.Cloud.Domain/Entity/IBaseEntity/ICreationAudited.cs
Normal file
@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* Copyright © 2020 HT.Cloud.Framework 版权所有
|
||||
* Author: HT.Cloud
|
||||
* Description: WaterCloud快速开发平台
|
||||
* Website:
|
||||
*********************************************************************************/
|
||||
|
||||
using System;
|
||||
|
||||
namespace HT.Cloud.Domain
|
||||
{
|
||||
public interface ICreationAudited
|
||||
{
|
||||
string F_Id { get; set; }
|
||||
string F_CreatorUserId { get; set; }
|
||||
DateTime? F_CreatorTime { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user