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