generated from pricelees/issue-pr-template
refactor: 매장 정보 수정 DTO의 null 기본값 지정
This commit is contained in:
parent
08af1c7084
commit
8a9ec2e216
@ -17,9 +17,9 @@ data class StoreRegisterResponse(
|
||||
)
|
||||
|
||||
data class StoreUpdateRequest(
|
||||
val name: String?,
|
||||
val address: String?,
|
||||
val contact: String?,
|
||||
val name: String? = null,
|
||||
val address: String? = null,
|
||||
val contact: String? = null,
|
||||
)
|
||||
|
||||
data class DetailStoreResponse(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user