nnnn
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ruoyi.cai.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.ruoyi.cai.domain.LoginAuth;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface LoginAuthService extends IService<LoginAuth> {
|
||||
void testLogin(List<String> passwords);
|
||||
|
||||
boolean checkPassword(String mobile, String password);
|
||||
}
|
||||
Reference in New Issue
Block a user