package com.xcgl.taskplatform; import com.xcgl.projecttask.entity.ProjecttaskEntity; public interface TaskEntityI { public ProjecttaskEntity convertToTask(); }