package com.whyc.mapper;
|
|
import com.whyc.pojo.BattRtstate;
|
import com.whyc.pojo.BatttestdataInf;
|
|
public interface BatttestdataInfMapper extends CustomMapper<BattRtstate>{
|
int deleteByPrimaryKey(Long num);
|
|
int insert(BatttestdataInf record);
|
|
int insertSelective(BatttestdataInf record);
|
|
BatttestdataInf selectByPrimaryKey(Long num);
|
|
int updateByPrimaryKeySelective(BatttestdataInf record);
|
|
int updateByPrimaryKey(BatttestdataInf record);
|
}
|