MaintainPlanService.java 207 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package com.bsth.service.attendace; import com.bsth.entity.staff_view.MaintainPlan; import com.bsth.service.BaseService; public interface MaintainPlanService extends BaseService<MaintainPlan, Integer> { }