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

12 lines
161 B
Go

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