using Furion.DatabaseAccessor; namespace YBEE.EQM.Core; /// /// TQES Sql Server 数据库定位器 /// public class TqesDbContextLocator : IDbContextLocator { public TqesDbContextLocator() { } }