Fancy
2024-10-12 6791263bef9e25fce3521ac7632622294b6fb56e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package com.dy.pmsGlobal.daoOth;
 
import com.dy.pmsGlobal.pojoOth.OthNetSerialAdapterFile;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface OthNetSerialAdapterFileMapper {
    int deleteByPrimaryKey(Long id);
 
    int insert(OthNetSerialAdapterFile record);
 
    int insertSelective(OthNetSerialAdapterFile record);
 
    OthNetSerialAdapterFile selectByPrimaryKey(Long id);
 
    int updateByPrimaryKeySelective(OthNetSerialAdapterFile record);
 
    int updateByPrimaryKey(OthNetSerialAdapterFile record);
 
    OthNetSerialAdapterFile getAdapter();
}