课程相关
This commit is contained in:
@@ -6,6 +6,7 @@ import com.peanut.modules.common.entity.CourseEntity;
|
||||
import com.peanut.modules.common.to.ParamTo;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public interface CourseService extends IService<CourseEntity> {
|
||||
|
||||
@@ -19,4 +20,6 @@ public interface CourseService extends IService<CourseEntity> {
|
||||
|
||||
Page<CourseEntity> getMarketCourseList(ParamTo param);
|
||||
|
||||
Map<String, Object> getCourseDetail(Integer id);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user