huliguo
昨天 23ac3e4f8fb16db0759ba5c91c4d06d622c67009
src/main/java/com/linghu/model/dto/ExportStaticsDTO.java
@@ -9,4 +9,6 @@
    private Integer keywordId;
    @ApiModelProperty("提问词id")
    private  Integer questionId;
    @ApiModelProperty("是否首次 0-否 1- 是")
    private  Integer isFirst;
}