package com.sy.mapper;

import com.sy.model.commandLog;

public interface commandLogMapper {
    int deleteByPrimaryKey(String id);

    int insert(commandLog record);

    int insertSelective(commandLog record);

    commandLog selectByPrimaryKey(String id);

    int updateByPrimaryKeySelective(commandLog record);

    int updateByPrimaryKey(commandLog record);
}