Skip to content

Commit 0b45e6d

Browse files
committed
fix: 엑셀 파일 단계, 상태 추가
1 parent bb8dcc8 commit 0b45e6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package kgu.developers.domain.graduationUser.domain;
22

3+
import kgu.developers.domain.graduationUser.infrastructure.excel.GraduationUserExcelRow;
4+
35
import java.util.List;
46

57
public interface GraduationUserExcel {
6-
byte[] generate(List<GraduationUser> graduationUsers);
8+
byte[] generate(List<GraduationUserExcelRow> graduationUsers);
79
}

0 commit comments

Comments
 (0)