增加数据上传业务

This commit is contained in:
qiji4215
2023-04-26 18:05:51 +08:00
parent a81e2f5d82
commit c5876c9713
12 changed files with 400 additions and 10 deletions

View File

@@ -22,6 +22,12 @@ class FileManager {
const val DONE = 8 //完成
}
object FileUploadStatus {
const val NONE = 0 //无状态
const val DONE = 1 //完成
const val ERROR = 2 //错误
}
//初始化数据文件夹
fun initRootDir(context: Context) {
// 在SD卡创建项目目录