whycrzg
2021-05-18 318fa133a638ba7a2695d8c4d2907da71204932b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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);
}