Vestmore_GO/model/killara_stock_local_logic.go

12 lines
145 B
Go
Raw Normal View History

2024-04-10 09:30:12 +00:00
package model
import (
"gorm.io/gorm"
)
type KillaraStockLocalModel struct {
// fields ...
db *gorm.DB
TableName string // 表名
}