初始化项目文件
This commit is contained in:
9
api_iris/model/note.go
Normal file
9
api_iris/model/note.go
Normal file
@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type UserNotes struct {
|
||||
Username string `json:"username"`
|
||||
Content string `json:"content"`
|
||||
gorm.Model
|
||||
}
|
Reference in New Issue
Block a user