初始化项目文件
This commit is contained in:
11
api_file/model/weather.go
Normal file
11
api_file/model/weather.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
// Weather 每日天气表
|
||||
type Weather struct {
|
||||
Date string
|
||||
Location string
|
||||
Weather string
|
||||
gorm.Model
|
||||
}
|
Reference in New Issue
Block a user