From 68bb7ca9af76f83028da94c53436da679e00f067 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 21 十一月 2023 15:33:25 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm --- docs/swagger.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 1c70de8..076c9b8 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1482,6 +1482,8 @@ items: $ref: '#/definitions/model.Product' type: array + projectId: + type: string quotation: $ref: '#/definitions/model.Quotation' quotationId: @@ -2915,10 +2917,14 @@ type: object request.AddSalesDetails: properties: + Member: + $ref: '#/definitions/model.User' address: type: string addressee: type: string + client: + $ref: '#/definitions/model.Client' clientId: type: integer codeStandID: @@ -2947,6 +2953,8 @@ items: $ref: '#/definitions/model.Product' type: array + projectId: + type: string quotationId: type: integer remark: @@ -4017,10 +4025,14 @@ type: object request.SalesDetails: properties: + Member: + $ref: '#/definitions/model.User' address: type: string addressee: type: string + client: + $ref: '#/definitions/model.Client' clientId: type: integer codeStandID: @@ -4049,6 +4061,8 @@ items: $ref: '#/definitions/model.Product' type: array + projectId: + type: string quotationId: type: integer remark: @@ -6209,6 +6223,14 @@ items: $ref: '#/definitions/model.Repository' type: array + type: object + response.Response: + properties: + code: + type: integer + data: {} + msg: + type: string type: object response.SaleChanceResponse: properties: @@ -10689,6 +10711,18 @@ summary: 鍒犻櫎閿�鍞槑缁� tags: - SalesDetails + /api/salesDetails/getApsProjectList: + get: + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/response.Response' + summary: 鑾峰彇aps椤圭洰鍒楄〃 + tags: + - SalesDetails /api/salesDetails/getProductInventoryInfo/{number}: get: parameters: @@ -10731,6 +10765,25 @@ summary: 閿�鍞槑缁嗗崟鍒楄〃 tags: - SalesDetails + /api/salesDetails/sendSalesDetailsToApsProject: + post: + parameters: + - description: 鏌ヨ鍙傛暟 + in: body + name: object + required: true + schema: + $ref: '#/definitions/request.SalesDetails' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/response.ListResponse' + summary: 鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌aps椤圭洰妯″潡 + tags: + - SalesDetails /api/salesDetails/update: put: parameters: -- Gitblit v1.8.0