From 5fa1de02759b9646e8987312736699755990e960 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 13 十月 2023 15:30:22 +0800
Subject: [PATCH] bug修改

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

diff --git a/docs/docs.go b/docs/docs.go
index c8d39d3..795c9c9 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -11281,6 +11281,9 @@
                 "codeStandID": {
                     "type": "string"
                 },
+                "contractName": {
+                    "type": "string"
+                },
                 "created_at": {
                     "description": "The date when the item was created\nexample: 2023-08-10 15:48:25",
                     "type": "string"
@@ -13672,6 +13675,10 @@
                     "description": "缂栫爜id",
                     "type": "string"
                 },
+                "contractName": {
+                    "description": "鍚堝悓鍚嶇О",
+                    "type": "string"
+                },
                 "file": {
                     "type": "string"
                 },
@@ -15526,6 +15533,10 @@
         "request.GetContactList": {
             "type": "object",
             "properties": {
+                "clientId": {
+                    "description": "瀹㈡埛id",
+                    "type": "integer"
+                },
                 "page": {
                     "description": "椤电爜",
                     "type": "integer"
@@ -15712,6 +15723,10 @@
         "request.GetSalesDetailsList": {
             "type": "object",
             "properties": {
+                "clientId": {
+                    "description": "瀹㈡埛id",
+                    "type": "integer"
+                },
                 "keyword": {
                     "type": "string"
                 },
@@ -15775,6 +15790,10 @@
         "request.GetSalesReturnList": {
             "type": "object",
             "properties": {
+                "clientId": {
+                    "description": "瀹㈡埛id",
+                    "type": "integer"
+                },
                 "keyword": {
                     "type": "string"
                 },
@@ -16737,6 +16756,10 @@
                     "description": "缂栫爜id",
                     "type": "string"
                 },
+                "contractName": {
+                    "description": "鍚堝悓鍚嶇О",
+                    "type": "string"
+                },
                 "file": {
                     "type": "string"
                 },

--
Gitblit v1.8.0