style: 修改聚合跟类命名
This commit is contained in:
@@ -4,7 +4,7 @@ using Volo.Abp.Domain.Entities;
|
||||
namespace Yi.Framework.CodeGen.Domain.Entities
|
||||
{
|
||||
[SugarTable("YiTemplate")]
|
||||
public class TemplateEntity : Entity<Guid>
|
||||
public class TemplateAggregateRoot : AggregateRoot<Guid>
|
||||
{
|
||||
|
||||
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
||||
Reference in New Issue
Block a user