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