Package-level declarations

Types

Link copied to clipboard
data class InsertEventCommand(val memberId: Long, val articleId: Long, val messageId: String, val eventType: Byte, val sendType: Byte)
Link copied to clipboard
data class InsertLogCommand(val history: String)