Add Logo
This commit is contained in:
@@ -227,6 +227,7 @@ type PaymentTypeDistribution struct {
|
||||
|
||||
type OrderPrintDetail struct {
|
||||
ID int64 `gorm:"column:id"`
|
||||
Logo string `gorm:"logo"`
|
||||
PartnerName string `gorm:"column:partner_name"`
|
||||
OrderID string `gorm:"column:order_id"`
|
||||
VisitDate time.Time `gorm:"column:visit_date"`
|
||||
|
||||
Reference in New Issue
Block a user