package com.dy.pipIrrGlobal.daoRm;
|
|
import com.dy.pipIrrGlobal.pojoRm.RmManureHistory;
|
|
/**
|
* @Author: liurunyu
|
* @Date: 2025/6/25 10:03
|
* @Description
|
*/
|
public interface RmManureHistoryMapper {
|
int deleteByPrimaryKey(Long id);
|
|
int insert(RmManureHistory record);
|
|
int insertSelective(RmManureHistory record);
|
|
RmManureHistory selectByPrimaryKey(Long id);
|
|
int updateByPrimaryKeySelective(RmManureHistory record);
|
|
int updateByPrimaryKey(RmManureHistory record);
|
}
|