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