Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / subsidy-app

  • 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-app
  • ..
  • company
  • CompanyFilesDTO.java
  • 涂亚平's avatar
    2024.1 多客户端上线,过年备份 · 69bccbd6
    涂亚平 committed Feb 02, 2024
    69bccbd6 Browse Files
CompanyFilesDTO.java 312 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
package com.subsidy.dto.company;

import lombok.Data;

@Data
public class CompanyFilesDTO {

    private Integer pageSize;

    private Integer pageNum;

    private String fileName;

    private Long serviceCompanyId;

    private Long serviceId;

    private Long companyId;

    private Integer fileType;


}