MaintainPlanService.java 207 Bytes
package com.bsth.service.attendace;

import com.bsth.entity.staff_view.MaintainPlan;
import com.bsth.service.BaseService;

public interface MaintainPlanService extends BaseService<MaintainPlan, Integer> {
}