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