gqx преди 2 години
родител
ревизия
3aa69a67e9

+ 2 - 2
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/order/entity/CesOrderComment.java

@@ -45,7 +45,7 @@ public class CesOrderComment implements Serializable {
 	/**父级评价ID*/
 	@Excel(name = "父级评价ID", width = 15)
     @ApiModelProperty(value = "父级评价ID")
-    private Integer commentId;
+    private String commentId;
 	/**评价1-5星*/
 	@Excel(name = "评价1-5星", width = 15)
     @ApiModelProperty(value = "评价1-5星")
@@ -53,7 +53,7 @@ public class CesOrderComment implements Serializable {
 	/**评价用户ID*/
 	@Excel(name = "评价用户ID", width = 15)
     @ApiModelProperty(value = "评价用户ID")
-    private Integer userId;
+    private String userId;
 	/**评价类型 1 酒店 2商品*/
 	@Excel(name = "评价类型 1 酒店 2商品", width = 15)
     @ApiModelProperty(value = "评价类型 1 酒店 2商品")

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/order/entity/CesOrderMessage.java

@@ -45,7 +45,7 @@ public class CesOrderMessage implements Serializable {
 	/**用户ID*/
 	@Excel(name = "用户ID", width = 15)
     @ApiModelProperty(value = "用户ID")
-    private Integer userId;
+    private String userId;
 	/**留言类型 1 投诉 2建议*/
 	@Excel(name = "留言类型 1 投诉 2建议", width = 15)
     @ApiModelProperty(value = "留言类型 1 投诉 2建议")