package model type SupplierChannel struct { SupplierCode string `json:"supplier_code"` ChannelUid int `json:"channel_uid"` }