package addressparam type ProvinceExistByIDRequest struct { ID uint } type ProvinceExistByIDResponse struct { Existed bool }