Pre Merge pull request !60 from CoderKK/master

This commit is contained in:
CoderKK 2025-03-12 13:06:23 +00:00 committed by Gitee
commit bd70539da5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,7 +7,6 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
/**
* ${basic.description} Dao
@ -18,7 +17,6 @@ import org.springframework.stereotype.Component;
*/
@Mapper
@Component
public interface ${name.upperCamel}Dao extends BaseMapper<${name.upperCamel}Entity> {
/**