From 5fd608f17fca7e1c3c0e339831b226a3bcd8af41 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 24 八月 2023 19:39:30 +0800 Subject: [PATCH] add --- initialize/gorm.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/initialize/gorm.go b/initialize/gorm.go index ce54d43..57d3be0 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{}, + example.ExaFileUploadAndDownload{}, test.Industry{}, test.SupplierType{}, test.Supplier{}, ) if err != nil { global.GVA_LOG.Error("register table failed", zap.Error(err)) -- Gitblit v1.8.0