[+] CardMaker 1.39 support (#79)

This commit is contained in:
2024-11-04 19:18:56 +08:00
committed by GitHub
parent 996632ac73
commit bf972681d5
11 changed files with 531 additions and 20 deletions

View File

@@ -37,8 +37,8 @@ class Mai2GameCharge : BaseEntity() {
@Table(name = "maimai2_game_selling_card")
class Mai2GameSellingCard : BaseEntity() {
var cardId = 0L
var startDate: LocalDateTime? = null
var endDate: LocalDateTime? = null
var noticeStartDate: LocalDateTime? = null
var noticeEndDate: LocalDateTime? = null
var startDate: String? = null
var endDate: String? = null
var noticeStartDate: String? = null
var noticeEndDate: String? = null
}