This commit is contained in:
wangjinlei
2024-03-22 17:26:05 +08:00
parent 4999d1e157
commit a5d255ea16
3 changed files with 47 additions and 1 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.ShopProductCourseEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface ShopProductCourseDao extends MPJBaseMapper<ShopProductCourseEntity> {
}