place_image.go 82 B

123456
  1. package models
  2. type AddPlaceImageRequest struct {
  3. PlaceID int
  4. Image string
  5. }