package com.landtool.lanbase.modules.res.dao; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_Storage_Relation; @Mapper public interface ResStorageRelaTionMapper { public Res_Storage_Relation selectByResourceidAndFileName(Res_Storage_Relation storageRelation); public int insert(Res_Storage_Relation storageRelation); public int update(Res_Storage_Relation storageRelation); }