审查视图

src/main/java/com/sy/mapper/commandInfoMapper.java 458 字节
1 2
package com.sy.mapper;
3
import com.sy.model.CommandInfoX22;
zhangFan authored
4
import org.springframework.stereotype.Component;
5
zhangFan authored
6
@Component
7
public interface commandInfoMapper {
zhangFan authored
8 9
    int deleteByPrimaryKey(String seqNo);
10
    int insert(CommandInfoX22 record);
11
12
    int insertSelective(CommandInfoX22 record);
zhangFan authored
13
14
    CommandInfoX22 selectByPrimaryKey(String seqNo);
zhangFan authored
15
16
    int updateByPrimaryKeySelective(CommandInfoX22 record);
zhangFan authored
17
18 19
    int updateByPrimaryKey(CommandInfoX22 record);
}