jyy
2021-01-11 74f10367c4bb507d086cbdc7fd11528582addfb9
zq-erp/src/main/java/com/matrix/system/hive/dao/SysFollowupDao.java
@@ -1,6 +1,6 @@
package com.matrix.system.hive.dao;
import com.matrix.system.app.dto.FollowupCommonetListDto;
import com.matrix.system.app.dto.FollowupListDto;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
@@ -40,5 +40,5 @@
    void updateZan(@Param("id")Long id, @Param("zans")String zans);
   List<SysFollowup> selectByAppDto(FollowupCommonetListDto followupCommonetListDto);
   List<SysFollowup> selectByAppDto(FollowupListDto followupListDto);
}