캔 사용 시 국가 코드 기록 기능 추가 #374
@@ -36,6 +36,7 @@ data class UseCan(
|
|||||||
var chatRoomId: Long? = null,
|
var chatRoomId: Long? = null,
|
||||||
var characterId: Long? = null,
|
var characterId: Long? = null,
|
||||||
|
|
||||||
|
// ISO 3166-1 alpha-2 국가 코드
|
||||||
var countryCode: String? = null
|
var countryCode: String? = null
|
||||||
) : BaseEntity() {
|
) : BaseEntity() {
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
@ManyToOne(fetch = FetchType.LAZY)
|
||||||
|
|||||||
Reference in New Issue
Block a user