From a7066b64e1feacc0f0954c5e1fb6984816cccd40 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 25 八月 2023 11:14:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- docs/swagger.yaml | 53 +++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 26 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index ac2abf1..fbb345d 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -116,18 +116,6 @@ type: string x-enum-varnames: - PaymentTypeQueryClassExpireLessThen60Days - constvar.ReceiptKeywordType: - enum: - - "" - type: string - x-enum-varnames: - - ReceiptKeywordCustomerName - constvar.ReceiptQueryClass: - enum: - - "" - type: string - x-enum-varnames: - - ReceiptQueryClassExpireLessThen60Days constvar.ReceiptSourceType: enum: - 1 @@ -136,6 +124,12 @@ - 4 - 5 type: integer + x-enum-comments: + ReceiptSourceTypeChuKuDan: 鍑哄簱鍗昳t + ReceiptSourceTypeCollectionPlan: 鏀舵璁″垝 + ReceiptSourceTypeInvoice: 閿�鍞彂绁� + ReceiptSourceTypeSalesDetails: 閿�鍞槑缁嗗崟 + ReceiptSourceTypeServiceContract: 鏈嶅姟鍚堝悓 x-enum-varnames: - ReceiptSourceTypeSalesDetails - ReceiptSourceTypeServiceContract @@ -9450,16 +9444,6 @@ /api/receipt/list: get: parameters: - - in: query - name: keyword - type: string - - enum: - - "" - in: query - name: keywordType - type: string - x-enum-varnames: - - ReceiptKeywordCustomerName - description: 椤电爜 in: query name: page @@ -9468,13 +9452,30 @@ in: query name: pageSize type: integer + - in: query + name: sourceId + type: integer - enum: - - "" + - 1 + - 2 + - 3 + - 4 + - 5 in: query - name: queryClass - type: string + name: sourceType + type: integer + x-enum-comments: + ReceiptSourceTypeChuKuDan: 鍑哄簱鍗昳t + ReceiptSourceTypeCollectionPlan: 鏀舵璁″垝 + ReceiptSourceTypeInvoice: 閿�鍞彂绁� + ReceiptSourceTypeSalesDetails: 閿�鍞槑缁嗗崟 + ReceiptSourceTypeServiceContract: 鏈嶅姟鍚堝悓 x-enum-varnames: - - ReceiptQueryClassExpireLessThen60Days + - ReceiptSourceTypeSalesDetails + - ReceiptSourceTypeServiceContract + - ReceiptSourceTypeInvoice + - ReceiptSourceTypeCollectionPlan + - ReceiptSourceTypeChuKuDan produces: - application/json responses: -- Gitblit v1.8.0