feat: 支持先绑定设备后关联儿童档案
- 绑定模型新增 owner_user_id,支持 child_id 为空\n- 新增绑定后设置儿童接口 /bindings/{device_id}/child\n- 前端绑定页改为先绑设备后补充儿童\n- 补充数据库迁移脚本与 DAO 测试用例
This commit is contained in:
@@ -15,7 +15,7 @@ interface Child {
|
||||
|
||||
interface Binding {
|
||||
device_id: string
|
||||
child_id: number
|
||||
child_id: number | null
|
||||
status: number
|
||||
}
|
||||
|
||||
@@ -285,4 +285,4 @@ export default function Sleep() {
|
||||
)}
|
||||
</View>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user