// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // CollectBind is the golang structure for table collect_bind. type CollectBind struct { Id uint `json:"id" ` // CollectId int `json:"collect_id" ` // CategoryId uint `json:"category_id" ` // SourceId uint `json:"source_id" ` // }