Sfoglia il codice sorgente

增加系统配置接口

kobe6258 4 mesi fa
parent
commit
835ee6f99c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"`