Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ class StatusJpaEntity(
var examCode: String? = null,
var isFirstRoundPass: Boolean = false,
var isSecondRoundPass: Boolean = false,
val receiptCode: Long
var receiptCode: Long = 0
) {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
val id: Long = 0

var id: Long = 0
}
Loading