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 | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/model/index.go b/model/index.go
index 584e114..8abb6b1 100644
--- a/model/index.go
+++ b/model/index.go
@@ -47,6 +47,22 @@
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