Merge branch 'dev'

This commit is contained in:
bunny 2025-07-18 00:25:06 +08:00
commit 41f765e61a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import java.util.List;
public interface ${classUppercaseName}Mapper extends BaseMapper<${classUppercaseName}Entity> {
/**
* * 分页查询${comment}内容
* 分页查询${comment}内容
*
* @param pageParams ${comment}分页参数
* @param dto ${comment}查询表单