提交 6c1c7d3d 编写于 作者: minghao.wu's avatar minghao.wu

feature:在回复列表 和 回复详情页增加类型参数

上级 b6e8c2ae
......@@ -12,7 +12,7 @@
<groupId>com.pica.cloud.online.exam</groupId>
<artifactId>pica-cloud-analysis-common</artifactId>
<name>pica-cloud-analysis-common</name>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<properties>
......
......@@ -19,6 +19,11 @@ public class ExamTitleReplyDetailDto {
*/
private Integer replyStatus;
/**
* 活动类型 1: chc 2: PSA
*/
private Integer type;
public Integer getAnalysisId() {
return analysisId;
}
......@@ -58,4 +63,12 @@ public class ExamTitleReplyDetailDto {
public void setReplyStatus(Integer replyStatus) {
this.replyStatus = replyStatus;
}
public Integer getType() {
return type;
}
public void setType(Integer type) {
this.type = type;
}
}
......@@ -21,6 +21,11 @@ public class ExamTitleReplyDto {
*/
private Integer replyStatus;
/**
* 活动类型 1: chc 2: PSA
*/
private Integer type;
public Integer getAnalysisId() {
return analysisId;
}
......@@ -60,4 +65,12 @@ public class ExamTitleReplyDto {
public void setReplyStatus(Integer replyStatus) {
this.replyStatus = replyStatus;
}
public Integer getType() {
return type;
}
public void setType(Integer type) {
this.type = type;
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册