拆分多库模式
This commit is contained in:
@ -10,6 +10,7 @@ namespace HT.Cloud.Domain.ContentManage
|
||||
/// 描 述:新闻类别实体类
|
||||
/// </summary>
|
||||
[SugarTable("cms_articlecategory")]
|
||||
[TenantAttribute("0")]
|
||||
public class ArticleCategoryEntity : IEntity<ArticleCategoryEntity>, ICreationAudited, IModificationAudited, IDeleteAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -10,6 +10,7 @@ namespace HT.Cloud.Domain.ContentManage
|
||||
/// 描 述:新闻管理实体类
|
||||
/// </summary>
|
||||
[SugarTable("cms_articlenews")]
|
||||
[TenantAttribute("0")]
|
||||
public class ArticleNewsEntity : IEntity<ArticleNewsEntity>, ICreationAudited, IModificationAudited, IDeleteAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user