小bug 修复

This commit is contained in:
wangjinlei
2024-04-12 15:05:11 +08:00
parent bf1def1c3d
commit 5d5aefd261
6 changed files with 55 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.common.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.common.entity.UserCourseBuyEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserCourseBuyDao extends MPJBaseMapper<UserCourseBuyEntity> {
}