package com.gkhy.safePlatform.specialWork.service.baseService; import com.baomidou.mybatisplus.extension.service.IService; import com.gkhy.safePlatform.specialWork.entity.WorkMaterialRecordsInfo; import java.util.List; public interface WorkMaterialRecordsInfoService extends IService { List listByRfids(List rfids); }