1.添加岗位有用预约是否已读

This commit is contained in:
chenshaohua
2026-07-15 18:48:32 +08:00
parent c105223c8c
commit 7b6f431327
2 changed files with 5 additions and 1 deletions

View File

@@ -103,4 +103,7 @@ public class InterviewInvitation extends BaseEntity {
*/
@ApiModelProperty("备注")
private String remark;
@ApiModelProperty("是否已读0未读1已读")
private String isRead;
}