feat: 新增记录
This commit is contained in:
@@ -9,6 +9,17 @@ namespace Yi.Framework.DigitalCollectibles.Domain.Entities.Record;
|
||||
[SugarTable("DC_MiningPoolRecord")]
|
||||
public class MiningPoolRecordAggregateRoot:FullAuditedAggregateRoot<Guid>
|
||||
{
|
||||
public MiningPoolRecordAggregateRoot(Guid userId, Guid collectiblesId)
|
||||
{
|
||||
UserId = userId;
|
||||
CollectiblesId = collectiblesId;
|
||||
}
|
||||
|
||||
public MiningPoolRecordAggregateRoot()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 用户id
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user