16 lines
163 B
Go
16 lines
163 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"main/mtb"
|
|
)
|
|
|
|
type AccountDb struct {
|
|
mtb.AccountDb
|
|
}
|
|
|
|
type AccountDbTable struct {
|
|
f5.IdMetaTable[AccountDb]
|
|
selfConf *AccountDb
|
|
}
|