forked from ebhomengo/niki
1
0
Fork 0
niki/param/benefactor/address/get_all_provinces.go

10 lines
185 B
Go
Raw Normal View History

2024-01-17 20:17:06 +00:00
package addressparam
import "git.gocasts.ir/ebhomengo/niki/entity"
type GetAllProvincesRequest struct{}
type GetAllProvincesResponse struct {
Data []entity.Province `json:"data"`
}