fix
This commit is contained in:
@@ -111,7 +111,12 @@ public class PlayCustomOrderDetailsReturnVo {
|
||||
/**
|
||||
* 是否评价(1:已评价;0:未评价)
|
||||
*/
|
||||
private String evaluate;
|
||||
private String evaluate = "0";
|
||||
|
||||
/**
|
||||
* 是否投诉(1:已投诉;0:未投诉)
|
||||
*/
|
||||
private String complaint = "0";
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -63,7 +63,12 @@ public class PlayCustomOrderListReturnVo {
|
||||
/**
|
||||
* 是否评价(1:已评价;0:未评价)
|
||||
*/
|
||||
private String evaluate;
|
||||
private String evaluate = "0";
|
||||
|
||||
/**
|
||||
* 是否投诉(1:已投诉;0:未投诉)
|
||||
*/
|
||||
private String complaint = "0";
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user