Commit 611602d4 authored by wanglei's avatar wanglei

..

parent c807b4b6
......@@ -151,5 +151,9 @@ dependencies {
//work 请使用最新版本
implementation("androidx.work:work-runtime-ktx:2.7.1")
implementation(libs.lottie)
}
package com.base.scanqrclear.luma
data class FileBean(
val name: String,
val path: String = "",
var icon: Int = 0,
var length: Long = 0,
var lastModified: Long = 0,
var mineType: String = "",
var isSelected: Boolean = false,
var isScanning: Boolean = true,
var state: Int = 0,
var type: Int = 0,
var items: List<FileBean> = emptyList()
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment