go-common/app/service/live/xuserex/model/roomNotice/model.go
2019-04-22 18:49:16 +08:00

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
}