namespace HealthMonitor.Core.Dal { /// <summary> /// 记录当前数据库的Schema /// </summary> public interface IWithDataSchema { string DataSchema { get; } } }