From f979abfd6f6aa8309df1f638202805c6e828a4d7 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 24 八月 2023 10:36:05 +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