consumerm模块完成度90%,完善消费者和商家端数据库表,商品、聊天、订单数据对接好了supabase,和商家端对接了聊天功能,安卓端编译通过了css样式,剩余几个页面在处理函数规范问题
This commit is contained in:
@@ -5,12 +5,10 @@ export type DeviceInfo = {
|
||||
status?: string // 'online' | 'offline' | 其他状态
|
||||
user_id?: string
|
||||
// 可根据实际需求添加更多字段
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
// 设备查询参数类型
|
||||
export type DeviceParams = {
|
||||
user_id: string
|
||||
// 可根据实际需求添加更多查询参数
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user