package com.landtool.lanbase.modules.res.dao; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_ExtSpaceServer; import com.landtool.lanbase.modules.res.entity.Res_ExtSpaceServerWithBLOBs; @Mapper public interface Res_ExtSpaceServerMapper { int deleteByPrimaryKey(int resourceid); int insert(Res_ExtSpaceServerWithBLOBs record); int insertSelective(Res_ExtSpaceServerWithBLOBs record); Res_ExtSpaceServerWithBLOBs selectByPrimaryKey(Integer resourceid); int updateByPrimaryKeySelective(Res_ExtSpaceServerWithBLOBs record); int updateByPrimaryKeyWithBLOBs(Res_ExtSpaceServerWithBLOBs record); int updateByPrimaryKey(Res_ExtSpaceServer record); }