add
wangpengfei
2023-07-18 7ffcc41e597c5af4169e3e2ab809fdbf869c2154
model/salesRefund.go
@@ -18,6 +18,7 @@
      IsInvoice    int       `json:"isInvoice" gorm:"column:is_invoice;type:int;comment:是否开票"`
      Reason       string    `json:"reason" gorm:"column:reason;type:varchar(255);comment:退款原因"`
      Products     []Product `json:"products" gorm:"many2many:salesRefund_product;"`
      gorm.Model   `json:"-"`
   }
   SalesRefundSearch struct {