add method CheckSteps in DataUpdater

This commit is contained in:
Pavel 2024-04-11 18:54:24 +03:00
parent 14a740a13d
commit 94e901d231

@ -16,7 +16,7 @@ type Step struct {
/* - флаг мягкого удаления*/
Deleted bool `json:"Deleted" bson:"deleted"`
/* - айдишник в нашей системе*/
ID string `json:"ID" bson:"ID"`
ID string `json:"ID" bson:"id"`
/* - название воронки в амо*/
Name string `json:"Name" bson:"name"`
}