xieb
2023-10-19 1dd5d8f8a616f5cf3caa7828d46989c7d3dcafc4
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.gistack.resource.vo;
 
import cn.gistack.resource.entity.TextualResearchAttach;
import lombok.Data;
 
@Data
public class TextualResearchAttachVO extends TextualResearchAttach {
 
    /**
     * 是否分页 传值就不分页
     */
    private Integer isPage;
}