namespace YD_Event.Core.Entities;
public interface IUpdatedTime
{
/// <summary>
/// 更新时间
/// </summary>
public DateTime? UpdatedTime { get; set; }
}