appidea-restapi/modules/structs/pictureLike.go

7 lines
81 B
Go

package structs
type PictureLike struct {
UserId string
PictureId string
}