From c4c7d2598d2eeb10aa6f4c8c82144846160e321f Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 21 八月 2023 10:16:48 +0800
Subject: [PATCH] fix

---
 docs/docs.go |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index f65be80..942f99c 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -11229,6 +11229,9 @@
                 "quotationId": {
                     "type": "integer"
                 },
+                "serviceContractStatus": {
+                    "$ref": "#/definitions/model.ServiceContractStatus"
+                },
                 "statusId": {
                     "type": "integer"
                 },
@@ -11353,6 +11356,9 @@
                 "contact_id": {
                     "type": "integer"
                 },
+                "contact_information": {
+                    "$ref": "#/definitions/model.ContactInformation"
+                },
                 "contact_information_id": {
                     "type": "integer"
                 },

--
Gitblit v1.8.0