Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / subsidy

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • subsidy
  • ..
  • course
  • GetCourseQuestionDTO.java
  • 涂亚平's avatar
    优化后版本,跑数据脚本 · 0ec73509
    涂亚平 committed Jan 20, 2022
    0ec73509 Browse Directory
GetCourseQuestionDTO.java 215 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.subsidy.dto.course;

import lombok.Data;

@Data
public class GetCourseQuestionDTO {

    private Integer pageSize;

    private Integer pageNum;

    private Long classId;

    private Long memberId;

}