保存进度!

This commit is contained in:
2023-07-25 19:11:27 +08:00
parent c08b85cbe4
commit 702ab2c4d1
7 changed files with 218 additions and 233 deletions

View File

@@ -19,7 +19,7 @@ interface RankingListRequest
departmentCode: string;
year: string;
month: string;
};
}
interface RankingListResponse
{
@@ -30,7 +30,7 @@ interface RankingListResponse
month: string;
attachingRateRankingList: RankingListItem[];
renewalRateRankingList: RankingListItem[];
};
}
/**
* 请求坐席排行榜。