接口getAllInstallBots添加返回参数:repoOwner

This commit is contained in:
wanjia 2023-03-30 11:11:40 +08:00
parent 6c4badc62b
commit a6ec2fef28
1 changed files with 2 additions and 0 deletions

View File

@ -31,4 +31,6 @@ public class InstallBotInfo {
Integer state;
LimitVO limitVO;
String repoOwner;
}