소스 검색

增加系统配置接口

kobe6258 4 달 전
부모
커밋
835ee6f99c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"`