This commit is contained in:
2026-02-28 23:19:07 +08:00
parent 4aa6a8ff6a
commit 37cdfe2b68
8 changed files with 11304 additions and 7 deletions

View File

@@ -156,8 +156,8 @@ VALUES
INSERT INTO family_elder(family_id, elder_id, relationship)
VALUES
(3, 1, '儿子'),
(3, 2, '女儿');
(4, 1, '儿子'),
(4, 2, '女儿');
INSERT INTO schedule(nurse_id, date, shift, task)
VALUES