From efea3aaac3a6358cbe74891d47221b835a38d297 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 29 八月 2023 19:16:57 +0800
Subject: [PATCH] 增加开票金额,已付金额

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

diff --git a/docs/docs.go b/docs/docs.go
index 00c67da..42749da 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -8456,6 +8456,10 @@
                     "description": "涓婚敭ID",
                     "type": "integer"
                 },
+                "invoiceAmount": {
+                    "description": "宸叉敹绁ㄩ噾棰�",
+                    "type": "number"
+                },
                 "name": {
                     "description": "閲囪喘鍚嶇О",
                     "type": "string"
@@ -8471,6 +8475,10 @@
                 "orderType": {
                     "description": "鍗曟嵁绫诲瀷",
                     "type": "string"
+                },
+                "paidAmount": {
+                    "description": "宸蹭粯閲戦",
+                    "type": "number"
                 },
                 "phone": {
                     "description": "鑱旂郴浜虹數璇�",
@@ -8507,6 +8515,10 @@
                     "description": "澶囨敞",
                     "type": "string"
                 },
+                "shouldPayAmount": {
+                    "description": "搴斾粯閲戦",
+                    "type": "number"
+                },
                 "signingDate": {
                     "description": "绛剧害鏃ユ湡",
                     "type": "string"
@@ -8528,6 +8540,10 @@
                 },
                 "totalPrice": {
                     "description": "浠风◣鍚堣",
+                    "type": "number"
+                },
+                "unInvoiceAmount": {
+                    "description": "鏈敹绁ㄩ噾棰�",
                     "type": "number"
                 },
                 "warehouse": {
@@ -8613,14 +8629,17 @@
         "purchase.WholeDiscountType": {
             "type": "integer",
             "enum": [
+                0,
                 1,
                 2
             ],
             "x-enum-comments": {
+                "WholeDiscountTypeDefault": "鏃犳姌鎵�",
                 "WholeDiscountTypeDiscount": "鐩存帴闄嶄环",
                 "WholeDiscountTypePercent": "鐧惧垎姣旈檷浠�"
             },
             "x-enum-varnames": [
+                "WholeDiscountTypeDefault",
                 "WholeDiscountTypePercent",
                 "WholeDiscountTypeDiscount"
             ]

--
Gitblit v1.8.0