import androidx.room.TypeConverter import java.util.* class Converters { @TypeConverter fun fromTimestamp(value: Long?): Date?
確定! 回上一頁