医案推荐书籍

This commit is contained in:
wuchunlei
2023-11-27 13:50:05 +08:00
parent 5473b21747
commit 351bd76149
5 changed files with 19 additions and 1 deletions

View File

@@ -15,4 +15,6 @@ public interface BookMedicalRecordsDao extends MPJBaseMapper<BookMedicalRecordsE
List<BookEntity> getBooks(Integer page,Integer limit,Integer userId);
int getCount(Integer userId);
}