部分更改

This commit is contained in:
liuyingfang
2024-01-19 13:54:31 +08:00
parent 6dc546e727
commit fef9a1f703
10 changed files with 80 additions and 13 deletions

View File

@@ -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> {
}