1.添加安全登录功能

2.调整部分接口
This commit is contained in:
2024-08-16 17:16:47 +08:00
parent 9617f3d975
commit bfc7884f50
25 changed files with 15013 additions and 75 deletions

View File

@@ -0,0 +1,22 @@
package com.njcn.roma.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.njcn.roma.pojo.EleEpdPqd;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author xuyang
* @since 2023-05-24
*/
public interface EleEpdPqdMapper extends BaseMapper<EleEpdPqd> {
}