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

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

@@ -36,4 +36,6 @@ public interface InterviewInvitationService {
int updateReadAll(Long userId);
InviteCountDTO selectMsyyhbs(String idCard);
int updateShowTotal(Long companyId);
}