mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 23:58:04 -05:00
8 lines
101 B
Go
8 lines
101 B
Go
|
|
package model
|
||
|
|
|
||
|
|
type AreaInfo struct {
|
||
|
|
AreaID int64
|
||
|
|
AreaName string
|
||
|
|
ParentAreaID int64
|
||
|
|
}
|