commandLogMapper.java
366 字节
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);
}