修改查询预约条数,及更新显示条数

This commit is contained in:
chenshaohua
2026-07-20 19:09:12 +08:00
parent 23743ff261
commit bc2427cfe3
5 changed files with 36 additions and 1 deletions

View File

@@ -111,4 +111,7 @@ public class InterviewInvitation extends BaseEntity {
@ApiModelProperty("是否已读0未读1已读")
private String isRead;
@ApiModelProperty("是否已读0未展示1已展示")
private String isShow;
}