pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/RmLossHistoryMapper.java
@@ -1,7 +1,8 @@
package com.dy.pipIrrGlobal.daoRm;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoRm.RmIntakeAmountDay;
import com.dy.pipIrrGlobal.pojoRm.RmLossHistory;
import com.dy.pipIrrGlobal.pojoRm.RmLossLast;
import org.apache.ibatis.annotations.Mapper;
import java.util.Date;
@@ -14,7 +15,7 @@
 * @Description
 */   
@Mapper
public interface RmLossHistoryMapper {
public interface RmLossHistoryMapper extends BaseMapper<RmLossHistory> {
    /**
     * delete by primary key
     * @param id primaryKey