go-common/app/service/live/xuserex/model/roomNotice/model.go

15 lines
181 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package roomNotice
// MonthConsume .
type MonthConsume struct {
Uid int64
Ruid int64
Amount int64
Date int64
}
// TaskFinish .
type TaskFinish struct {
Finish int64
}