package com.ltkj.hosp.service; import com.baomidou.mybatisplus.extension.service.IService; import com.ltkj.hosp.domain.TjCustomerBlack; public interface TjCustomerBlackService extends IService { TjCustomerBlack isTjCustomerBlack(String cusId); }