SubscriptionTimeRecord
data class SubscriptionTimeRecord(val memberId: Long, val workbookId: Long, val createdAt: LocalDateTime, val modifiedAt: LocalDateTime, val sendAt: LocalDateTime?)
Constructors
Link copied to clipboard
constructor(memberId: Long, workbookId: Long, createdAt: LocalDateTime, modifiedAt: LocalDateTime, sendAt: LocalDateTime?)