企业用户返回审核状态、驳回原因、驳回时间等。

This commit is contained in:
sh
2025-10-15 10:35:54 +08:00
parent 32424bc404
commit 64e991155d
2 changed files with 6 additions and 1 deletions

View File

@@ -101,4 +101,8 @@ public class Company extends BaseEntity
@ApiModelProperty("是否异常")
private String isAbnormal;
@TableField(exist = false)
@ApiModelProperty("驳回时间")
private String rejectTime;
}