aozhiwei f82464eeb0 1
2024-04-27 11:12:57 +08:00

23 lines
217 B
Go

package mt
import (
"f5"
"mtb"
)
type MailDb struct {
mtb.MailDb
}
type MailDbTable struct {
f5.IdMetaTable[MailDb]
selfConf *MailDb
}
func (this *MailDb) Init1() {
}
func (this *MailDbTable) GetConf() {
}