Vestmore_GO/model/killara_customer_withdraw_logic.go

12 lines
151 B
Go

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