ke
2024-05-13 6d27187cc922f06a72b4dc28a5df18cc5ac3c687
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;
}