From 029d819f34407022c9cabbd1cc9a7d78b1b428c8 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期六, 26 八月 2023 15:38:19 +0800
Subject: [PATCH] fix

---
 initialize/gorm.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/initialize/gorm.go b/initialize/gorm.go
index e273877..0b0350f 100644
--- a/initialize/gorm.go
+++ b/initialize/gorm.go
@@ -51,7 +51,7 @@
 		example.ExaFile{},
 		example.ExaCustomer{},
 		example.ExaFileChunk{},
-		example.ExaFileUploadAndDownload{}, test.Industry{}, test.SupplierType{}, test.Supplier{}, test.Contract{},
+		example.ExaFileUploadAndDownload{}, test.Industry{}, test.SupplierType{}, test.Supplier{}, test.Contract{}, test.Product{},
 	)
 	if err != nil {
 		global.GVA_LOG.Error("register table failed", zap.Error(err))

--
Gitblit v1.8.0