From 32f4f2b0d507c99d9b4fb7d555b0c2523a92c503 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 15 四月 2024 15:08:12 +0800
Subject: [PATCH] 添加字段

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

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 2fb4dd5..223308f 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -676,6 +676,8 @@
     properties:
       accountant:
         type: string
+      accountantId:
+        type: string
       auditDate:
         type: string
       baseOperationType:
@@ -695,6 +697,8 @@
       createTime:
         type: string
       custodian:
+        type: string
+      custodianId:
         type: string
       details:
         items:
@@ -717,6 +721,8 @@
         description: 鐗╂祦閲嶉噺
         type: number
       manager:
+        type: string
+      managerId:
         type: string
       number:
         description: 鍗曞彿
@@ -1010,6 +1016,8 @@
     properties:
       accountant:
         type: string
+      accountantId:
+        type: string
       comment:
         description: 澶囨敞
         type: string
@@ -1027,6 +1035,8 @@
         type: string
       custodian:
         type: string
+      custodianId:
+        type: string
       details:
         items:
           $ref: '#/definitions/request.OperationDetails'
@@ -1042,6 +1052,8 @@
         description: 鐗╂祦閲嶉噺
         type: number
       manager:
+        type: string
+      managerId:
         type: string
       number:
         description: 鍗曞彿
@@ -1528,6 +1540,8 @@
     properties:
       accountant:
         type: string
+      accountantId:
+        type: string
       baseOperationType:
         allOf:
         - $ref: '#/definitions/constvar.BaseOperationType'
@@ -1549,6 +1563,8 @@
         type: string
       custodian:
         type: string
+      custodianId:
+        type: string
       details:
         items:
           $ref: '#/definitions/request.OperationDetails'
@@ -1565,6 +1581,8 @@
         type: number
       manager:
         type: string
+      managerId:
+        type: string
       number:
         description: 鍗曞彿
         type: string

--
Gitblit v1.8.0