geo-smart-system/model/tile38/tile38object.go
Supan Adit Pratama 7673cf3425 Some Change
2019-10-20 10:34:17 +07:00

7 lines
121 B
Go

package tile38
type Tile38Object struct {
Id string `json:"id"`
Object Tile38SubObject `json:"object"`
}