拆分多库模式
This commit is contained in:
@ -10,6 +10,7 @@ namespace HT.Cloud.Domain.InfoManage
|
||||
/// 描 述:通知管理实体类
|
||||
/// </summary>
|
||||
[SugarTable("oms_message")]
|
||||
[TenantAttribute("0")]
|
||||
public class MessageEntity : IEntity<MessageEntity>, ICreationAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -9,6 +9,7 @@ namespace HT.Cloud.Domain.InfoManage
|
||||
/// 描 述:信息历史实体类
|
||||
/// </summary>
|
||||
[SugarTable("oms_messagehis")]
|
||||
[TenantAttribute("0")]
|
||||
public class MessageHistoryEntity : IEntity<MessageHistoryEntity>, ICreationAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user