guoshilong
2024-04-09 45992c87647bf954f9363aa3cbeec68f466458d9
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;
}