generated from PenaSide/GolangTemplate
16 lines
276 B
Go
16 lines
276 B
Go
package fields
|
|
|
|
var AmocrmUser = struct {
|
|
ID string
|
|
AmocrmID string
|
|
UserID string
|
|
Information string
|
|
Audit string
|
|
}{
|
|
ID: "id",
|
|
AmocrmID: "amocrmId",
|
|
UserID: "userId",
|
|
Information: "information",
|
|
Audit: auditFieldName,
|
|
}
|