commandInfoMapper.java 379 字节
package com.sy.mapper;

import com.sy.model.commandInfo;

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);
}