Skip to content

Commit

Permalink
fix int
Browse files Browse the repository at this point in the history
  • Loading branch information
coleji committed Nov 25, 2023
1 parent f7de097 commit f966b8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case class StaffDockhouseScanCardGetResponseSuccessDto_ApClassSignupsToday (
personId: Int,
signupType: String,
signupDatetime: String,
sequence: Double,
sequence: Int,
)

object StaffDockhouseScanCardGetResponseSuccessDto_ApClassSignupsToday {
Expand All @@ -74,7 +74,7 @@ case class StaffDockhouseScanCardGetResponseSuccessDto_JpClassSignupsToday (
personId: Int,
signupType: String,
signupDatetime: String,
sequence: Double,
sequence: Int,
)

object StaffDockhouseScanCardGetResponseSuccessDto_JpClassSignupsToday {
Expand Down

0 comments on commit f966b8a

Please sign in to comment.