package com.artfess.yhxt.thirdparty.manager;

import com.artfess.base.query.QueryFilter;
import com.artfess.yhxt.thirdparty.model.BizTpBridgeHealth;
import com.artfess.base.manager.BaseManager;
import com.artfess.yhxt.thirdparty.model.BizTpDevice;
import com.artfess.yhxt.thirdparty.vo.AbnormalCountVo;

/**
 * 第三方传输桥梁健康信息 服务类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 管理员
 * @since 2023-06-15
 */
public interface BizTpBridgeHealthManager extends BaseManager<BizTpBridgeHealth> {

    AbnormalCountVo abnormalCountVo(QueryFilter<BizTpBridgeHealth> queryFilter);
}
