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