接口getAllInstallBots添加返回参数:repoOwner
This commit is contained in:
parent
6c4badc62b
commit
a6ec2fef28
|
|
@ -31,4 +31,6 @@ public class InstallBotInfo {
|
|||
Integer state;
|
||||
|
||||
LimitVO limitVO;
|
||||
|
||||
String repoOwner;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue