mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
15 lines
181 B
Go
15 lines
181 B
Go
|
|
package roomNotice
|
||
|
|
|
||
|
|
// MonthConsume .
|
||
|
|
type MonthConsume struct {
|
||
|
|
Uid int64
|
||
|
|
Ruid int64
|
||
|
|
Amount int64
|
||
|
|
Date int64
|
||
|
|
}
|
||
|
|
|
||
|
|
// TaskFinish .
|
||
|
|
type TaskFinish struct {
|
||
|
|
Finish int64
|
||
|
|
}
|