// Copyright 2019 github.com. All rights reserved. // Use of this source code is governed by github.com. package v1 import ( "property-household-gateway/param/base" ) type UploadResponse struct { base.Result Data string `json:"data"` }