This commit is contained in:
admin
2024-06-10 11:31:16 +08:00
parent 75fb44343b
commit 0e2b7ef42b
10 changed files with 174 additions and 15 deletions

View File

@@ -111,7 +111,12 @@ public class PlayCustomOrderDetailsReturnVo {
/**
* 是否评价1已评价;0:未评价)
*/
private String evaluate;
private String evaluate = "0";
/**
* 是否投诉1已投诉;0:未投诉)
*/
private String complaint = "0";
/**

View File

@@ -63,7 +63,12 @@ public class PlayCustomOrderListReturnVo {
/**
* 是否评价1已评价;0:未评价)
*/
private String evaluate;
private String evaluate = "0";
/**
* 是否投诉1已投诉;0:未投诉)
*/
private String complaint = "0";
/**