Parcourir la source

申诉记录列表查询返回对象添加申诉人id以及审核人id

zhanghang il y a 3 ans
Parent
commit
b8aa554caa
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/main/java/com/diagbot/dto/GetComplaintRecordDTO.java

+ 6 - 0
src/main/java/com/diagbot/dto/GetComplaintRecordDTO.java

@@ -24,6 +24,12 @@ public class GetComplaintRecordDTO {
     @ApiModelProperty(value = "申述人")
     private String claimantName;
 
+    @ApiModelProperty(value = "申述人ID")
+    private String claimantId;
+
+    @ApiModelProperty(value = "审核人ID")
+    private String checkId;
+
     @ApiModelProperty(value = "所属科室")
     private String behDeptName;