This commit is contained in:
parent
daf401a2f7
commit
8d4ba2ecae
14 changed files with 56 additions and 7 deletions
8
storage-new/models/NoteToAttachments.go
Normal file
8
storage-new/models/NoteToAttachments.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package models
|
||||
|
||||
type NoteToAttachment struct {
|
||||
Note Note
|
||||
NoteId string
|
||||
Attachment MediaMetadata
|
||||
AttachmentId string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue