Skip to content

Commit

Permalink
[add] : UserRequestEntity 추가(필요 없을지도?)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanubc committed Jan 3, 2024
1 parent bb7110e commit 493d545
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.sopt.dosopttemplate.domain.entity

data class UserRequestEntity(
val userName: String,
val passWord: String,
)

0 comments on commit 493d545

Please sign in to comment.