mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-02 23:26:36 +08:00
10 lines
248 B
C#
10 lines
248 B
C#
using Yi.Framework.DigitalCollectibles.Domain.Shared.Consts;
|
|
|
|
namespace Yi.Framework.DigitalCollectibles.Domain.Shared.Etos;
|
|
|
|
public class SuccessMiningEto
|
|
{
|
|
public Guid CollectiblesId { get; set; }
|
|
|
|
public Guid UserId{ get; set; }
|
|
} |