Add basic lead type
This commit is contained in:
parent
617631063f
commit
bff81eb6e3
1 changed files with 6 additions and 0 deletions
6
platform/types/lead.go
Normal file
6
platform/types/lead.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package types
|
||||
|
||||
type Lead struct {
|
||||
ID int32 `json:"id"`
|
||||
SiteID int32 `json:"site_id"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue