ProjectChildUtilsService.java 287 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 package com.zhongzhi.service; import com.zhongzhi.dto.project.CreateVocationalProjectDTO; import com.zhongzhi.model.StudentDO; public interface ProjectChildUtilsService { void createVocationalProject(StudentDO studentDO ,CreateVocationalProjectDTO createVocationalProjectDTO); }