package com.whyc.mapper;
|
|
|
import com.whyc.pojo.ExperimentWindingStep2;
|
|
public interface ExperimentWindingStep2Mapper {
|
int deleteByPrimaryKey(Integer id);
|
|
int insert(ExperimentWindingStep2 record);
|
|
int insertSelective(ExperimentWindingStep2 record);
|
|
ExperimentWindingStep2 selectByPrimaryKey(Integer id);
|
|
int updateByPrimaryKeySelective(ExperimentWindingStep2 record);
|
|
int updateByPrimaryKey(ExperimentWindingStep2 record);
|
}
|