新增接口医学标签树

This commit is contained in:
wuchunlei
2024-05-29 13:22:51 +08:00
parent 71b8ba6962
commit bffc62cbdd
3 changed files with 40 additions and 2 deletions

View File

@@ -8,4 +8,6 @@ import java.util.List;
public interface CourseMedicalService extends IService<CourseMedicine> {
List<CourseMedicine> getMedicalLabels(Integer id);
List<CourseMedicine> getCourseMedicalTree();
}