namespace YD_Event.Core.Entities;
public interface ICreatedUserId
{
/// <summary>
/// 创建人
/// </summary>
long CreatedUserId { get; set; }
}