ChildTaskPlanServiceImpl.java
387 Bytes
package com.bsth.service.realcontrol.impl;
import org.springframework.stereotype.Service;
import com.bsth.entity.realcontrol.ChildTaskPlan;
import com.bsth.service.impl.BaseServiceImpl;
import com.bsth.service.realcontrol.ChildTaskPlanService;
@Service
public class ChildTaskPlanServiceImpl extends BaseServiceImpl<ChildTaskPlan, Long> implements ChildTaskPlanService{
}