feat: 尊享包购买流程新增充值记录保存功能

This commit is contained in:
chenchun
2025-10-16 09:35:25 +08:00
parent 6db9dfc308
commit 8b4371aabb
2 changed files with 19 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ namespace Yi.Framework.Bbs.Domain.Entities.Integral
[SugarTable("SignIn")]
[SugarIndex($"index_{nameof(CreatorId)}", nameof(CreatorId), OrderByType.Asc)]
public class SignInAggregateRoot : AggregateRoot<Guid>, ICreationAuditedObject
public class
SignInAggregateRoot : AggregateRoot<Guid>, ICreationAuditedObject
{
[SugarColumn(IsPrimaryKey = true)]