- 계정관리 - 사용자 정보 추가 및 수정 관련 오류 - idCl -> idCL 로 수정 오류 해결

This commit is contained in:
HyeonJongKim
2025-11-14 14:11:09 +09:00
parent de71295a18
commit e981d5cf19
4 changed files with 8 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ export interface UserExistsUseridResponse {
export interface AuthMethodModifyItem {
usrid: string;
systemAdminClassId: string;
idCl: string;
idCL: string;
authMethodType: string;
sequence: number;
content: string;