feat: biz-service

This commit is contained in:
eleanor.mao
2025-05-19 23:53:57 +08:00
parent 70c2bbd529
commit f60a753e5a
7 changed files with 385 additions and 287 deletions

View File

@ -49,3 +49,7 @@ export interface GetGroupsResponse extends IPaginationResponse {
export interface GetGroupDetailsRequest {
blGroupId: string;
}
export interface GroupItem {
title: string;
serviceUrl: string;
}