Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
toutiao-api
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Jobs
  • Commits
  • chenmingyang
  • toutiao-api
  • Repository

Switch branch/tag
  • toutiao-api
  • ..
  • resp
  • PageRespDTO.java
Find file
BlameHistoryPermalink
  • BetterXT's avatar
    add some dto · 6a68a574
    BetterXT authored 6 years ago
    6a68a574
PageRespDTO.java 395 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
package io.better.toutiao.dto.resp;

import lombok.Data;

/**
 * @author better create in 2019-04-29 14:27
 */
@Data
public class PageRespDTO {

    /**
     * 页数
     */
    private String page;

    /**
     * 页面大小
     */
    private String pageSize;

    /**
     * 总数
     */
    private String totalNumber;

    /**
     * 总页数
     */
    private String totalPage;
}
×

Replace PageRespDTO.java

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.