update 平台测试员状态

This commit is contained in:
2023-07-04 14:05:25 +08:00
parent 5a12f9b8c6
commit 841682dbbc
3 changed files with 12 additions and 5 deletions

View File

@@ -120,5 +120,5 @@ public interface IMemberBasicInfoService {
void updatePlatformTester(PlatformTesterDTO dto);
PlatformTesterVO selectPlatformTesterStatus(PlatformTesterDTO dto);
PlatformTesterVO selectPlatformTesterStatus(String memberId);
}