admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/SpreadImgMapper.java
@@ -2,6 +2,8 @@
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.bus.invite.SpreadImg;
@@ -12,4 +14,12 @@
    * @return
    */
   List<SpreadImg> listAll();
   long countAll();
   List<SpreadImg> listQuery(@Param("start") long start, @Param("count") int count, @Param("url") String url);
   long countQuery(@Param("url") String url);
}