1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.peanut.modules.sociology.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.peanut.modules.common.entity.CourseSociologyEntity;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface CourseSociologyService extends IService<CourseSociologyEntity> {
|
||||
|
||||
List<CourseSociologyEntity> getSociologyLabels(Integer id);
|
||||
}
|
||||
Reference in New Issue
Block a user