package com.dy.pipIrrGlobal.daoSe; 
 | 
  
 | 
import com.dy.pipIrrGlobal.pojoSe.SeActiveCardHistory; 
 | 
  
 | 
/** 
 | 
 * @author ZhuBaoMin 
 | 
 * @date 2023/12/7 9:06 
 | 
 * @LastEditTime 2023/12/7 9:06 
 | 
 * @Description 
 | 
 */ 
 | 
public interface SeActiveCardHistoryMapper { 
 | 
    int deleteByPrimaryKey(Long id); 
 | 
  
 | 
    int insert(SeActiveCardHistory record); 
 | 
  
 | 
    int insertSelective(SeActiveCardHistory record); 
 | 
  
 | 
    SeActiveCardHistory selectByPrimaryKey(Long id); 
 | 
  
 | 
    int updateByPrimaryKeySelective(SeActiveCardHistory record); 
 | 
  
 | 
    int updateByPrimaryKey(SeActiveCardHistory record); 
 | 
} 
 |