Vestmore_GO/model/killara_ad_launch_logic.go
2024-04-08 18:13:01 +08:00

12 lines
154 B
Go

package model
import (
"github.com/jmoiron/sqlx"
)
type KillaraAdLaunchModel struct {
// fields ...
db *sqlx.DB
TableName string // 表名
}