|
|
@@ -61,6 +61,8 @@ public class UserOrder {
|
|
|
|
|
|
private ProductComment productComment;
|
|
|
|
|
|
+ private Integer commentFlag;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 需要条数
|
|
|
@@ -399,5 +401,13 @@ public class UserOrder {
|
|
|
public void setProductComment(ProductComment productComment) {
|
|
|
this.productComment = productComment;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getCommentFlag() {
|
|
|
+ return commentFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCommentFlag(Integer commentFlag) {
|
|
|
+ this.commentFlag = commentFlag;
|
|
|
+ }
|
|
|
}
|
|
|
|