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