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