namespace ZhonTai.Admin.Core.Entities; public interface IEntityVersion { /// /// 版本 /// long Version { get; set; } }