Vestmore_GO/model/killara_customer_fund_logic.go

12 lines
147 B
Go

package model
import (
"gorm.io/gorm"
)
type KillaraCustomerFundModel struct {
// fields ...
db *gorm.DB
TableName string // 表名
}