This commit is contained in:
gazebo
2020-02-05 14:09:28 +08:00
parent 6ee3227a91
commit b2f7980dc2

View File

@@ -33,7 +33,7 @@ type StatisticsReportForOrdersList struct {
OperatorName string `json:"operatorName"` //运营负责人 OperatorName string `json:"operatorName"` //运营负责人
OperatorName2 string `json:"operatorName2"` OperatorName2 string `json:"operatorName2"`
CiytName string `json:"ciytName"` CityName string `json:"cityName"`
Status int `json:"status"` Status int `json:"status"`
} }