liujiandao
2023-10-18 4d61fe8d8755ff2166ce7ac6adaa16c5f917fd33
request/location.go
@@ -6,3 +6,8 @@
   ParentId  string `json:"parentId" form:"parentId"`
   CompanyId int    `json:"companyId" form:"companyId"`
}
type GetLocationList struct {
   PageInfo
   KeyWord string `json:"keyWord"`
}