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
|
||
|
}
|