From c394edd0b3c3fda6741d09c494cda96606d27501 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 06 七月 2023 14:34:46 +0800
Subject: [PATCH] add

---
 model/index.go |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/model/index.go b/model/index.go
index d8bfae8..6f4926f 100644
--- a/model/index.go
+++ b/model/index.go
@@ -27,13 +27,20 @@
 		Country{},
 		Province{},
 		City{},
-		Region{},
-		ClientStatus{},
 		Client{},
+		ClientLevel{},
+		ClientOrigin{},
+		ClientStatus{},
+		ClientType{},
 		Contact{},
+		EnterpriseNature{},
+		EnterpriseScale{},
+		FollowRecord{},
+		Industry{},
+		RegisteredCapital{},
+		SaleChance{},
 		SalesLeads{},
 		SalesSources{},
-		FollowRecord{},
 	)
 	return err
 }

--
Gitblit v1.8.0