From 373c5aca6e0e942535b5716b9b634c9312711379 Mon Sep 17 00:00:00 2001
From: xiaolipro <2357729423@qq.com>
Date: Mon, 3 Nov 2025 17:05:36 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A/Interface/GetInterfaceById=20?=
=?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3=E6=8F=8F=E8=BF=B0=EF=BC=8C?=
=?UTF-8?q?=E8=BF=94=E5=9B=9Ecode?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Interface/ValueObjects/InterfaceOutput.cs | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/InterfaceForward.Repositories/Interface/ValueObjects/InterfaceOutput.cs b/src/InterfaceForward.Repositories/Interface/ValueObjects/InterfaceOutput.cs
index 4285016..01d8695 100644
--- a/src/InterfaceForward.Repositories/Interface/ValueObjects/InterfaceOutput.cs
+++ b/src/InterfaceForward.Repositories/Interface/ValueObjects/InterfaceOutput.cs
@@ -19,6 +19,11 @@ public class InterfaceOutput
///
public string Name { get; set; }
+ ///
+ /// 接口代码
+ ///
+ public string Code { get; set; }
+
///
/// 请求地址
///