package com.landtool.lanbase.modules.res.dao; import java.util.List; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_SpacesParam; import com.landtool.lanbase.modules.res.entity.Res_SpacesParamWithBLOBs; @Mapper public interface Res_SpacesParamMapper { int deleteByPrimaryKey(int paramid); int insert(Res_SpacesParamWithBLOBs record); int insertSelective(Res_SpacesParamWithBLOBs record); Res_SpacesParamWithBLOBs selectByPrimaryKey(int paramid); int updateByPrimaryKeySelective(Res_SpacesParamWithBLOBs record); int updateByPrimaryKeyWithBLOBs(Res_SpacesParamWithBLOBs record); int updateByPrimaryKey(Res_SpacesParam record); List selectByResSourceId(int resourceid); }