// // Source code recreated from a .class file by IntelliJ IDEA // (powered by FernFlower decompiler) // package com.docus.bgts.mapper.dbmysql; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.docus.bgts.entity.AfCollectAdd; import com.docus.bgts.entity.MzSync; import java.util.Date; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; public interface AfCollectAddMapper extends BaseMapper { Date getTimeByAdd(Integer classIfy); List listJzh(@Param("pageNumber") int pageNumber, @Param("pageSize") Integer pageSize); Map selectDate(@Param("jzh") String jzh); List integrality(@Param("mzSyncs") List mzSyncs); @Select({"${sqlStr}"}) void dynamicSql(@Param("sqlStr") String sql); void updateTBasic(@Param("result") String result, @Param("jzh") String jzh); List listJzhAndAdd(@Param("front") int front, @Param("later") int later, @Param("startDate") String startDate, @Param("endDate") String endDate); }