commit 28/08/2025

This commit is contained in:
2025-08-28 10:49:56 +07:00
parent c73b181ef5
commit ef9c17a65c
7 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package database
@Suppress("unused")
data class LogSemiauto(val index: UInt, val date: String, val time: String, val source: String, val description: String)