Selaa lähdekoodia

Merge remote-tracking branch 'origin/dev/20220105_2.2.0_通用版_申诉驳回' into dev/20220105_2.2.0_通用版_申诉驳回

songxinlu 3 vuotta sitten
vanhempi
commit
3277c38aff

+ 3 - 0
src/main/java/com/diagbot/vo/GetAppealReviewVO.java

@@ -49,4 +49,7 @@ public class GetAppealReviewVO extends Page implements Serializable {
     @ApiModelProperty(value = "状态")
     private String state;
 
+    @ApiModelProperty(value = "是否已归档(0:未归档,1:已归档)")
+    private String isPlacefile;
+
 }

+ 3 - 0
src/main/java/com/diagbot/vo/GetComplaintRecordVO.java

@@ -52,4 +52,7 @@ public class GetComplaintRecordVO extends Page implements Serializable {
     @ApiModelProperty(value = "状态")
     private String state;
 
+    @ApiModelProperty(value = "是否已归档(0:未归档,1:已归档)")
+    private String isPlacefile;
+
 }