ChildTaskPlanService.java 218 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 package com.bsth.service.realcontrol; import com.bsth.entity.realcontrol.ChildTaskPlan; import com.bsth.service.BaseService; public interface ChildTaskPlanService extends BaseService<ChildTaskPlan, Long>{ }