캔 사용 시 국가 코드에 어떤 표준 국가 코드인지 주석 추가

This commit is contained in:
2026-01-09 11:54:21 +09:00
parent 9b0d1b43d5
commit aa9a0bbe82

View File

@@ -36,6 +36,7 @@ data class UseCan(
var chatRoomId: Long? = null,
var characterId: Long? = null,
// ISO 3166-1 alpha-2 국가 코드
var countryCode: String? = null
) : BaseEntity() {
@ManyToOne(fetch = FetchType.LAZY)