新增接口医学标签树
This commit is contained in:
@@ -8,4 +8,6 @@ import java.util.List;
|
||||
public interface CourseMedicalService extends IService<CourseMedicine> {
|
||||
|
||||
List<CourseMedicine> getMedicalLabels(Integer id);
|
||||
|
||||
List<CourseMedicine> getCourseMedicalTree();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user