package com.bonus.newSettlement.service; import java.util.List; import com.bonus.newSettlement.beans.MaTypeProjectStorageBean; import com.bonus.sys.BaseService; public interface MaTypeProjectStorageService extends BaseService { List findUnSltMaTypeList(MaTypeProjectStorageBean o); List findUnSltMaTypeLists(MaTypeProjectStorageBean o); List findUnFinishMaTypeList(MaTypeProjectStorageBean o); }