123
This commit is contained in:
@@ -12,4 +12,6 @@ import com.ruoyi.cai.domain.AccountBlack;
|
||||
public interface AccountBlackService extends IService<AccountBlack> {
|
||||
|
||||
boolean existsByNameAndAccount(String cardName, String cardAccount);
|
||||
|
||||
AccountBlack selectByCardAccount(String cardName, String cardAccount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user