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