Browse Source

增加系统配置接口

kobe6258 4 tháng trước cách đây
mục cha
commit
835ee6f99c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      models/product_order.go

+ 1 - 0
models/product_order.go

@@ -47,6 +47,7 @@ type ProductOrderView struct {
 	Remark           string
 	CreatedTime      string
 }
+
 type ProductOrder struct {
 	Id               int                 `gorm:"column:id;primaryKey;autoIncrement" json:"id"`
 	OrderId          string              `gorm:"column:order_id;size:255;comment:'订单编号'" json:"order_id"`