mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
10 lines
102 B
Go
10 lines
102 B
Go
package model
|
|
|
|
// SQLAsset .
|
|
type SQLAsset struct {
|
|
ID int64
|
|
Name string
|
|
Type int
|
|
Src string
|
|
}
|