部分更改
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package cn.pluss.platform.mapper;
|
||||
|
||||
import cn.pluss.platform.entity.MerchantAuthentication;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.tomcat.util.net.openssl.ciphers.Authentication;
|
||||
|
||||
/**
|
||||
* @author lyf
|
||||
*/
|
||||
public interface AuthenticationMapper extends BaseMapper<MerchantAuthentication> {
|
||||
}
|
||||
Reference in New Issue
Block a user