Kaynağa Gözat

feat:合并

fuwencai 1 yıl önce
ebeveyn
işleme
622f61cb9d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      services/model/stdlib.go

+ 2 - 2
services/model/stdlib.go

@@ -31,8 +31,8 @@ type Doc struct {
 	PreviewImgId string `json:"previewImgId" gorm:"column:previewImgId"`
 	//PreviewImgUrl   string    `json:"preview_img_url" gorm:"column:previewImgUrl"`
 	EncryptionLevel int       `json:"encryptionLevel" gorm:"column:encryptionLevel"` //
-	Source          int       `json:"source" gorm:"column:source"`
-	ProductType     int       `json:"productType" gorm:"column:productType"`
+	Source          int64     `json:"source" gorm:"column:source"`
+	ProductType     int64     `json:"productType" gorm:"column:productType"`
 	UpdateDate      time.Time `json:"updateDate" gorm:"column:updateDate"`
 }