From d7373b2a485e77c54c253932f98ef487cc4edfc7 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 20:19:40 +0800
Subject: [PATCH] fix

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

diff --git a/initialize/gorm.go b/initialize/gorm.go
index d8f9c06..4602c13 100644
--- a/initialize/gorm.go
+++ b/initialize/gorm.go
@@ -52,7 +52,13 @@
 		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{},
+		test.Member{},
 		purchase.Purchase{}, purchase.PurchaseProducts{},
 	)
 	if err != nil {

--
Gitblit v1.8.0