2023-09-03 18:09:14 +08:00

16 lines
153 B
Go

package mt
import (
"f5"
"mtb"
)
type FriendDb struct {
mtb.FriendDb
}
type FriendDbTable struct {
f5.IdMetaTable[FriendDb]
selfConf *FriendDb
}