package com.ycl.service.allot; import com.ycl.dto.allot.EfficiencyDto; import java.util.List; public interface IEfficiencyService { List list(); }