From 19c81eccddd39e4d4d6769093c7210809e7b752e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 14 十一月 2023 18:39:38 +0800
Subject: [PATCH] srm添加进货单

---
 docs/swagger.yaml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 37b8823..41799e9 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -465,6 +465,8 @@
           OriginCountryId         int                        `gorm:"type:int(11);comment:鍘熶骇鍦癷d" json:"originCountryId"`               //鍘熶骇鍦癷d
           OriginCountryName       string                     `gorm:"type:varchar(255);comment:鍘熶骇鍦板悕绉�" json:"originCountryName"`        //鍘熶骇鍦板悕绉�
         type: string
+      inputAmount:
+        type: number
       internalNotes:
         description: 鍐呴儴璇存槑
         type: string
@@ -515,6 +517,10 @@
       outStorageExplain:
         description: 鍑哄簱璇存槑
         type: string
+      outputAmount:
+        type: number
+      predictionAmount:
+        type: number
       principal:
         description: 璐熻矗浜�
         type: string

--
Gitblit v1.8.0