耳机阻抗上报
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type UserHeadphoneImpedance struct {
|
||||
ID int
|
||||
MacAddr string
|
||||
DeviceModel string
|
||||
ImpedanceOhm int
|
||||
HeadphoneBrand string
|
||||
HeadphoneModel string
|
||||
HeadphoneBrandNorm string
|
||||
HeadphoneModelNorm string
|
||||
IpAddr string
|
||||
CreateAt time.Time
|
||||
UpdateAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user