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 | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/model/index.go b/model/index.go
index 921ba9f..8abb6b1 100644
--- a/model/index.go
+++ b/model/index.go
@@ -42,6 +42,27 @@
SalesLeads{},
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