캔 사용 시 국가 코드에 어떤 표준 국가 코드인지 주석 추가
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user