From 32f4f2b0d507c99d9b4fb7d555b0c2523a92c503 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 15 四月 2024 15:08:12 +0800 Subject: [PATCH] 添加字段 --- docs/docs.go | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e201b02..a9b4d8d 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3625,6 +3625,9 @@ "accountant": { "type": "string" }, + "accountantId": { + "type": "string" + }, "auditDate": { "type": "string" }, @@ -3655,6 +3658,9 @@ "type": "string" }, "custodian": { + "type": "string" + }, + "custodianId": { "type": "string" }, "details": { @@ -3689,6 +3695,9 @@ "type": "number" }, "manager": { + "type": "string" + }, + "managerId": { "type": "string" }, "number": { @@ -4121,6 +4130,9 @@ "accountant": { "type": "string" }, + "accountantId": { + "type": "string" + }, "comment": { "description": "澶囨敞", "type": "string" @@ -4144,6 +4156,9 @@ "custodian": { "type": "string" }, + "custodianId": { + "type": "string" + }, "details": { "type": "array", "items": { @@ -4165,6 +4180,9 @@ "type": "number" }, "manager": { + "type": "string" + }, + "managerId": { "type": "string" }, "number": { @@ -4864,6 +4882,9 @@ "accountant": { "type": "string" }, + "accountantId": { + "type": "string" + }, "baseOperationType": { "description": "鍩虹浣滀笟绫诲瀷", "allOf": [ @@ -4895,6 +4916,9 @@ "custodian": { "type": "string" }, + "custodianId": { + "type": "string" + }, "details": { "type": "array", "items": { @@ -4918,6 +4942,9 @@ "manager": { "type": "string" }, + "managerId": { + "type": "string" + }, "number": { "description": "鍗曞彿", "type": "string" -- Gitblit v1.8.0