From 8c986e1342a2efde9d05dee5df0f9299ba10c139 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期六, 26 八月 2023 17:14:08 +0800
Subject: [PATCH] add

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

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

--
Gitblit v1.8.0