namespace YD_Event.Core.Entities; /// /// 创建日期 /// public interface ICreatedTime { /// /// 创建时间 /// DateTime CreatedTime { get; set; } }