Blame view

CompanyFilesDTO.java 248 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.subsidy.dto.company;

import lombok.Data;

@Data
public class CompanyFilesDTO {

    private Integer pageSize;

    private Integer pageNum;

    private String fileName;

涂亚平 committed
14
    private Long treeId;
涂亚平 committed
15

涂亚平 committed
16
    private Long serviceCompanyId;
涂亚平 committed
17 18

}