2024-08-03 14:37:54 +08:00

16 lines
163 B
Go

package mt
import (
"f5"
"main/mtb"
)
type AccountDb struct {
mtb.AccountDb
}
type AccountDbTable struct {
f5.IdMetaTable[AccountDb]
selfConf *AccountDb
}