From a6ec2fef28f107937fe7a4941802c2210f11132b Mon Sep 17 00:00:00 2001 From: wanjia <553039491@qq.com> Date: Thu, 30 Mar 2023 11:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3getAllInstallBots=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BF=94=E5=9B=9E=E5=8F=82=E6=95=B0=EF=BC=9ArepoOwner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/gitlink/softbot/vo/InstallBotInfo.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/gitlink/softbot/vo/InstallBotInfo.java b/src/main/java/com/gitlink/softbot/vo/InstallBotInfo.java index 9bff53a..272f15b 100644 --- a/src/main/java/com/gitlink/softbot/vo/InstallBotInfo.java +++ b/src/main/java/com/gitlink/softbot/vo/InstallBotInfo.java @@ -31,4 +31,6 @@ public class InstallBotInfo { Integer state; LimitVO limitVO; + + String repoOwner; }