|
@@ -86,6 +86,11 @@ public class InformationQueryVO extends InformationQuery {
|
|
|
private Integer waitingUserStatus;
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("重刷状态 0-待重刷,1-正在重刷,2-重刷成功,3-重刷失败")
|
|
|
+ private Integer saveAgain;
|
|
|
+
|
|
|
+ @ApiModelProperty("重刷次数:如果次数大于5次 每次都是3,就停止重刷")
|
|
|
+ private Integer saveAgainCount;
|
|
|
|
|
|
public void setWaitingUserList(String waitingUserName, Integer status) {
|
|
|
if (this.waitingUserList == null) {
|