This commit is contained in:
777
2025-06-30 11:52:47 +08:00
parent 9ece5093d7
commit 64518bf580
10 changed files with 139 additions and 5 deletions

View File

@@ -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);
}