영상관리 파일 업로드 수정

This commit is contained in:
2025-12-19 14:03:38 +09:00
parent 898ad926d0
commit c621b31f76
15 changed files with 205 additions and 69 deletions

View File

@@ -179,5 +179,6 @@ public class MembersDto {
private Long id;
private String name;
private String employeeNo;
private String role;
}
}