ChildTaskPlanService.java 218 Bytes
package com.bsth.service.realcontrol;

import com.bsth.entity.realcontrol.ChildTaskPlan;
import com.bsth.service.BaseService;

public interface ChildTaskPlanService extends BaseService<ChildTaskPlan, Long>{

}