ProjectChildUtilsService.java 287 Bytes
package com.zhongzhi.service;

import com.zhongzhi.dto.project.CreateVocationalProjectDTO;
import com.zhongzhi.model.StudentDO;

public interface ProjectChildUtilsService {

    void createVocationalProject(StudentDO studentDO ,CreateVocationalProjectDTO createVocationalProjectDTO);

}