This commit is contained in:
77
2024-08-03 19:30:35 +08:00
parent 90620baea4
commit 4fc5fdc77f
4 changed files with 16 additions and 5 deletions

View File

@@ -11,4 +11,5 @@ import com.ruoyi.cai.domain.AccountBlack;
*/
public interface AccountBlackService extends IService<AccountBlack> {
boolean existsByNameAndAccount(String cardName, String cardAccount);
}