feat(api)!: replace doctor favorite item endpoints

This commit is contained in:
avicenan
2026-03-17 11:18:48 +07:00
parent 68df2841aa
commit 520ad68f84
7 changed files with 320 additions and 237 deletions

View File

@ -161,7 +161,7 @@ const doc = {
$quota: "20",
$status: { "@enum": ["Y", "N"] }
},
doctorFavoriteItem: {
doctorItem: {
$doctor_id: "uuid-string",
$item_master_id: "uuid-string"
},