package com.sy.mapper; import com.sy.model.CommandInfoX22; import org.springframework.stereotype.Component; @Component public interface commandInfoMapper { int deleteByPrimaryKey(String seqNo); int insert(CommandInfoX22 record); int insertSelective(CommandInfoX22 record); CommandInfoX22 selectByPrimaryKey(String seqNo); int updateByPrimaryKeySelective(CommandInfoX22 record); int updateByPrimaryKey(CommandInfoX22 record); }