mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
7 lines
185 B
C#
7 lines
185 B
C#
namespace Yi.Framework.DigitalCollectibles.Domain.Shared.Etos;
|
|
|
|
public class WeChatMiniProgramNoticeEto
|
|
{
|
|
public Guid UserId { get; set; }
|
|
public String Title { get; set; }
|
|
} |