aozhiwei 5d40750280 1
2024-04-22 08:44:59 +08:00

11 lines
123 B
Go

package model
type inbox struct {
}
var Inbox = new(inbox)
func (this *inbox) Mark(accountId string, mailId int64) {
}