Skip to content
代码片段 群组 项目

feat: 调整了分页载体格式

已合并 韦秉芮请求将feat/weibingrui合并到main
4 文件
+ 7
12
比较变更
  • 并排
  • 内联
文件
4
@@ -2,7 +2,7 @@ package com.steadon.taotee.controller;
import com.steadon.taotee.pojo.TaoTeeResult;
import com.steadon.taotee.pojo.domain.dto.PostInfoDTO;
import com.steadon.taotee.pojo.pageData.PageData;
import com.steadon.taotee.pojo.page.PageData;
import com.steadon.taotee.pojo.request.PostInfoReq;
import com.steadon.taotee.pojo.request.PostSearchReq;
import com.steadon.taotee.pojo.response.TopPostRep;
加载中