package com.dy.pmsGlobal.daoOth; import com.dy.pmsGlobal.pojoOth.OthNetSerialAdapterFile; import org.apache.ibatis.annotations.Mapper; @Mapper public interface OthNetSerialAdapterFileMapper { int deleteByPrimaryKey(Long id); int insert(OthNetSerialAdapterFile record); int insertSelective(OthNetSerialAdapterFile record); OthNetSerialAdapterFile selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(OthNetSerialAdapterFile record); int updateByPrimaryKey(OthNetSerialAdapterFile record); OthNetSerialAdapterFile getAdapter(); }