-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14b730c
commit a6c7b70
Showing
6 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
...er/src/main/java/server/haengdong/application/request/MemberActionSaveListAppRequest.java
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
server/src/main/java/server/haengdong/application/request/MemberActionsSaveAppRequest.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,6 @@ | ||
package server.haengdong.application.request; | ||
|
||
import java.util.List; | ||
|
||
public record MemberActionsSaveAppRequest(List<MemberActionSaveAppRequest> actions) { | ||
} |
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