first commit
This commit is contained in:
5
server/models/files.go
Normal file
5
server/models/files.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type CreateQuickEntryModel struct {
|
||||
Comments string `json:"comments" form:"comments"`
|
||||
}
|
||||
Reference in New Issue
Block a user