-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from WE-ARE-RACCOONS/develop
v1.0.1
- Loading branch information
Showing
17 changed files
with
121 additions
and
70 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
.../java/com/postgraduate/domain/mentoring/application/dto/res/AppliedMentoringResponse.java
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...ain/java/com/postgraduate/domain/mentoring/application/dto/res/DoneMentoringResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.postgraduate.domain.mentoring.application.dto.res; | ||
|
||
import com.postgraduate.domain.mentoring.application.dto.DoneMentoringInfo; | ||
|
||
import java.util.List; | ||
|
||
public record DoneMentoringResponse(List<DoneMentoringInfo> mentoringInfos) { | ||
} |
8 changes: 8 additions & 0 deletions
8
...va/com/postgraduate/domain/mentoring/application/dto/res/DoneSeniorMentoringResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.postgraduate.domain.mentoring.application.dto.res; | ||
|
||
import com.postgraduate.domain.mentoring.application.dto.DoneSeniorMentoringInfo; | ||
|
||
import java.util.List; | ||
|
||
public record DoneSeniorMentoringResponse(List<DoneSeniorMentoringInfo> seniorMentoringInfos) { | ||
} |
8 changes: 8 additions & 0 deletions
8
...java/com/postgraduate/domain/mentoring/application/dto/res/ExpectedMentoringResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.postgraduate.domain.mentoring.application.dto.res; | ||
|
||
import com.postgraduate.domain.mentoring.application.dto.ExpectedMentoringInfo; | ||
|
||
import java.util.List; | ||
|
||
public record ExpectedMentoringResponse(List<ExpectedMentoringInfo> mentoringInfos) { | ||
} |
8 changes: 8 additions & 0 deletions
8
...om/postgraduate/domain/mentoring/application/dto/res/ExpectedSeniorMentoringResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.postgraduate.domain.mentoring.application.dto.res; | ||
|
||
import com.postgraduate.domain.mentoring.application.dto.ExpectedSeniorMentoringInfo; | ||
|
||
import java.util.List; | ||
|
||
public record ExpectedSeniorMentoringResponse(List<ExpectedSeniorMentoringInfo> seniorMentoringInfos) { | ||
} |
8 changes: 8 additions & 0 deletions
8
.../java/com/postgraduate/domain/mentoring/application/dto/res/WaitingMentoringResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.postgraduate.domain.mentoring.application.dto.res; | ||
|
||
import com.postgraduate.domain.mentoring.application.dto.WaitingMentoringInfo; | ||
|
||
import java.util.List; | ||
|
||
public record WaitingMentoringResponse(List<WaitingMentoringInfo> mentoringInfos) { | ||
} |
8 changes: 8 additions & 0 deletions
8
...com/postgraduate/domain/mentoring/application/dto/res/WaitingSeniorMentoringResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.postgraduate.domain.mentoring.application.dto.res; | ||
|
||
import com.postgraduate.domain.mentoring.application.dto.WaitingSeniorMentoringInfo; | ||
|
||
import java.util.List; | ||
|
||
public record WaitingSeniorMentoringResponse(List<WaitingSeniorMentoringInfo> seniorMentoringInfos) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.