master:代发审核驳回后没法看驳回理由BUG修复;

pull/1121/head
liujiang 2025-11-20 10:23:25 +08:00
parent bcc2f45484
commit 295fbcc651
2 changed files with 4 additions and 0 deletions

View File

@ -34,5 +34,7 @@ public class UserAuthResVO {
private String authStatusName;
@ApiModelProperty(value = "启用状态")
private Integer delFlag;
@ApiModelProperty(value = "拒绝理由")
private String rejectReason;
}

View File

@ -34,5 +34,7 @@ public class UserAuthResDTO {
private String authStatusName;
@ApiModelProperty(value = "启用状态")
private Integer delFlag;
@ApiModelProperty(value = "拒绝理由")
private String rejectReason;
}