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/swagger.yaml |    2 ++
 docs/docs.go      |    3 +++
 docs/swagger.json |    3 +++
 3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 0c73b72..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"
                 },
diff --git a/docs/swagger.json b/docs/swagger.json
index ae994b5..67b8d09 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -11217,6 +11217,9 @@
                 "quotationId": {
                     "type": "integer"
                 },
+                "serviceContractStatus": {
+                    "$ref": "#/definitions/model.ServiceContractStatus"
+                },
                 "statusId": {
                     "type": "integer"
                 },
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index e5014be..eae5e70 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -751,6 +751,8 @@
         $ref: '#/definitions/model.Quotation'
       quotationId:
         type: integer
+      serviceContractStatus:
+        $ref: '#/definitions/model.ServiceContractStatus'
       statusId:
         type: integer
       updated_at:

--
Gitblit v1.8.0