jiangshuai
2023-11-03 68200e7e7ac1cfd021b8b37a92b7ab8eb11c759e
request/location.go
@@ -3,6 +3,12 @@
type LocationByType struct {
   Type      int    `json:"type" form:"type"`
   Keyword   string `json:"keyword" form:"keyword"`
   ParentId  int    `json:"parentId" form:"parentId"`
   ParentId  string `json:"parentId" form:"parentId"`
   CompanyId int    `json:"companyId" form:"companyId"`
}
type GetLocationList struct {
   PageInfo
   KeyWord   string `json:"keyWord"`
   JointName string `json:"jointName"` //拼接名称
}