Commit e9f75bda by zhiwj

bug

parent eea49611
......@@ -14,7 +14,7 @@ public class ProblemUserReplyVO implements Serializable {
/**
*
*/
private Integer evaluateReplyId;
private Integer problemReplyId;
private Integer[] problemIds;
......@@ -51,12 +51,12 @@ public class ProblemUserReplyVO implements Serializable {
this.problemIds = problemIds;
}
public Integer getEvaluateReplyId() {
return evaluateReplyId;
public Integer getProblemReplyId() {
return problemReplyId;
}
public void setEvaluateReplyId(Integer evaluateReplyId) {
this.evaluateReplyId = evaluateReplyId;
public void setProblemReplyId(Integer problemReplyId) {
this.problemReplyId = problemReplyId;
}
public Integer getEnterpriseId() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment