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
  • ..
  • administer
  • GetMemberPapersVO.java
  • 涂亚平's avatar
    websocket上线了~~~ · 716cd459
    涂亚平 committed Oct 13, 2022
    716cd459 Browse Directory
GetMemberPapersVO.java 360 Bytes
BlameHistoryPermalink
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
package com.subsidy.vo.administer;

import lombok.Data;

@Data
public class GetMemberPapersVO {

    private Long id;

    private Long paperId;

    private String score;

    private Integer cnt;

    private Integer rightCounts;

    private Integer totalCounts;

    private String result;

    private String startDate;

    private String createDate;

}