医案推荐图书

This commit is contained in:
wuchunlei
2023-11-27 11:04:05 +08:00
parent 959277de6f
commit a307ce1881
5 changed files with 14 additions and 8 deletions

View File

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