liujiandao
2023-10-11 34ef7217a034599217a7fdd1e28e1ae6910e1b4b
model/request/client.go
@@ -1,5 +1,7 @@
package request
import "aps_crm/proto/code"
type AddClient struct {
   Client
}
@@ -20,6 +22,8 @@
   Contact           Contact `json:"contact"`
   SalesLeadsId      int     `json:"sales_leads_id"` // 销售线索ID
   ContactId         int     `json:"contact_id"`     // 联系人ID
   CodeStandID       string            `json:"codeStandID"`    //编码id
   CodeRule          code.CodeStandard `json:"codeRule"`
   Address
   Business
}