first commit
This commit is contained in:
9
model/events_services.go
Normal file
9
model/events_services.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type EventsServices struct {
|
||||
gorm.Model
|
||||
EventId uint
|
||||
ServiceId uint
|
||||
}
|
||||
Reference in New Issue
Block a user