From 4324117e156e063cb2a266151724690bd295e180 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 18 七月 2023 19:38:42 +0800
Subject: [PATCH] fix

---
 model/index.go |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/model/index.go b/model/index.go
index b94d2bf..8abb6b1 100644
--- a/model/index.go
+++ b/model/index.go
@@ -43,6 +43,26 @@
 		SalesSources{},
 		SaleStage{},
 		SaleType{},
+		RegularCustomers{},
+		Possibility{},
+		Status{},
+		Quotation{},
+		MasterOrder{},
+		SubOrder{},
+		Product{},
+		SalesDetails{},
+		SalesReturn{},
+		SalesRefund{},
+		Contract{},
+		Plan{},
+		ServiceContract{},
+		OrderManage{},
+		ServiceFollowup{},
+		CustomerServiceSheet{},
+		ServiceFeeManage{},
+		Authority{},
+		Api{},
+		Department{},
 	)
 	return err
 }

--
Gitblit v1.8.0