fix
wangpengfei
2023-08-15 c60d971f9bf50e364cc50f0699249217ef9bbb6b
model/request/client.go
@@ -19,6 +19,7 @@
   LatestServiceTime string  `json:"latest_service_time"` // 最晚服务时间
   Contact           Contact `json:"contact"`
   SalesLeadsId      int     `json:"sales_leads_id"` // 销售线索ID
   ContactId         int     `json:"contact_id"`     // 联系人ID
   Address
   Business
}