fix
zhangqian
2023-08-25 b3d162e9119e4128a1ea0ca07d585e6fc8a703e7
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
}