Vestmore_GO/model/killara_stock_local_history_logic.go
2024-04-10 17:30:12 +08:00

12 lines
152 B
Go

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