• This project
    • Loading...
  • Sign in

jack / photo_show · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
2825d077d1ead9b4b8d884dd9e20868e7f073836
  • photo_show
  • ..
  • demo
  • PageTableReq.java
  • 样本展示
    bc1c6a9a
    by mlge
    7 years ago  
    Browse Files
PageTableReq.java 203 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.example.demo;

import lombok.Data;

/**
 * Created by meiling.ge on 2018/4/20.
 */
@Data
public class PageTableReq {
    private Integer iDisplayStart;
    private Integer iDisplayLength;

}