-
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.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
src/main/java/ac/knu/likeknu/controller/dto/device/request/DeviceRegistrationRequest.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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
package ac.knu.likeknu.controller.dto.device.request; | ||
|
||
import ac.knu.likeknu.domain.constants.Campus; | ||
|
||
public record DeviceRegistrationRequest( | ||
String deviceId, String userAgent, String campus, String themeColor, String favoriteCafeteria | ||
String deviceId, String userAgent, Campus campus, String themeColor, String favoriteCafeteria | ||
) { | ||
} |
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