guyue
2 天以前 53672f15a604c8c960a7e298d2dc1221d4a3c602
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.linghu.model.dto;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class ExportGetResultDTO {
    @ApiModelProperty("")
    private Integer keywordId;
    private  Integer questionId;
    private Integer typeId;
    @ApiModelProperty("轮数 0:当前 1:首次")
    private Integer isNow;
}