|
@@ -7,7 +7,7 @@ import lombok.Data;
|
|
|
public class QuestionColYunDTO {
|
|
|
|
|
|
@ApiModelProperty(value = "题目ID", required = true, example = "1")
|
|
|
- private Long questionId;
|
|
|
+ private Long id;
|
|
|
@ApiModelProperty(value = "时间戳(收藏时间)", required = true, example = "1680249607000")
|
|
|
private Long timestamp;
|
|
|
}
|