package model

import (
	"github.com/jmoiron/sqlx"
)

type KillaraAdLaunchModel struct {
	// fields ...
	db        *sqlx.DB
	TableName string // 表名
}