|  |  | 
 |  |  | package com.dy.pmsGlobal.daoOth; | 
 |  |  |  | 
 |  |  | import com.dy.pmsGlobal.pojoOth.OthStatisticWorkload; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | import java.time.LocalDate; | 
 |  |  | import java.util.Date; | 
 |  |  | 
 |  |  | * @createDate 2024-10-12 11:06:03 | 
 |  |  | * @Entity com.dy.pmsGlobal.pojoOth.OthStatisticWorkload | 
 |  |  | */ | 
 |  |  | @Mapper | 
 |  |  | public interface OthStatisticWorkloadMapper { | 
 |  |  |  | 
 |  |  |     int deleteByPrimaryKey(Long id); | 
 |  |  | 
 |  |  |  | 
 |  |  |     int updateByPrimaryKey(OthStatisticWorkload record); | 
 |  |  |  | 
 |  |  |     Date selectMaxDate(); | 
 |  |  |     String selectMaxDate(); | 
 |  |  |  | 
 |  |  |     void insertBatch(Date startDt, Date endDt); | 
 |  |  |     void insertBatch(@Param("startDt")Date startDt, @Param("endDt") Date endDt); | 
 |  |  | } |