namespace Easy.Admin.Core.Entities; public interface IUpdatedTime { /// /// 更新时间 /// public DateTime? UpdatedTime { get; set; } }