From cd6940f07750c1e2cd3a5c0eeafa6cc0309ef2f6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 29 八月 2023 14:35:26 +0800
Subject: [PATCH] 新增和查询采购类型

---
 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