From 0acdfc60dbb5ee96045ccd695db1fec9d1e9d127 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 17:27:39 +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