资源管理模块优化
This commit is contained in:
@@ -8,4 +8,6 @@ import org.apache.ibatis.annotations.Param;
|
||||
public interface SourceResourceMapper extends BaseMapper<SourceResource> {
|
||||
|
||||
List<SourceResource> selectByCompanyIdAndIds(@Param("companyId") Long companyId, @Param("resourceIds") List<Long> resourceIds);
|
||||
|
||||
SourceResource selectByCompanyIdAndResourceName(@Param("companyId") Long companyId, @Param("resourceName") String resourceName);
|
||||
}
|
||||
Reference in New Issue
Block a user