添加功能

This commit is contained in:
马宝龙
2026-07-13 18:09:40 +08:00
parent 66412dba7d
commit b18da2a666
5 changed files with 79 additions and 26 deletions

View File

@@ -13,6 +13,14 @@ import java.util.List;
*/
public interface ThemeProfessionalTrainMapper {
/**
* 查询数量
*
* @param dto 查询参数
* @return 结果
*/
Long queryCount(QueryParamDto dto);
/**
* 通过技能等级查询
*