package node_attr type BaseModel struct { Id int64 `orm:"pk;auto"` ScdID int64 NodeId int64 }