Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawMaterial ¶
type RawMaterial struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"id"` RawMatID string `bson:"rawmatid" json:"rawmatid"` Name string `bson:"name" json:"name"` Type string `bson:"type" json:"type"` Status bool `bson:"status" json:"status"` Detail []bson.M `bson:"detail" json:"detail"` ImageID string `bson:"imageid" json:"imageid"` CreatedTime string `json:"created_time" bson:"created_time"` UpdatedTime string `json:"updated_time" bson:"updated_time"` }
Click to show internal directories.
Click to hide internal directories.