init
This commit is contained in:
@@ -11,4 +11,13 @@ import com.ruoyi.cai.domain.Black;
|
||||
*/
|
||||
public interface BlackService extends IService<Black> {
|
||||
|
||||
boolean addBlack(Black black);
|
||||
|
||||
boolean updateBlackStatus(Long id, Integer enableStatus);
|
||||
|
||||
boolean deleteBlack(Long id);
|
||||
|
||||
boolean checkBlackIp(String ip);
|
||||
|
||||
boolean checkBlackMic(String ip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user