desc:rename package to com.yinuo.safetywatcher
parent
3c5588b35e
commit
2cb3e05baa
@ -1,3 +0,0 @@
|
||||
package com.example.myapplication.xls
|
||||
|
||||
data class Demo(val content:String)
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication;
|
||||
package com.yinuo.safetywatcher;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication;
|
||||
package com.yinuo.safetywatcher;
|
||||
|
||||
import android.graphics.SurfaceTexture;
|
||||
import android.view.TextureView;
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication;
|
||||
package com.yinuo.safetywatcher;
|
||||
|
||||
import androidx.lifecycle.Observer;
|
||||
import android.content.Intent;
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication.player.utils;
|
||||
package com.yinuo.safetywatcher.player.utils;
|
||||
|
||||
import android.os.Environment;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication.player.utils;
|
||||
package com.yinuo.safetywatcher.player.utils;
|
||||
|
||||
import android.content.Context;
|
||||
import android.preference.PreferenceManager;
|
@ -1,12 +1,12 @@
|
||||
package com.example.myapplication.utils
|
||||
package com.yinuo.safetywatcher.utils
|
||||
|
||||
import android.content.Context
|
||||
import android.text.TextUtils
|
||||
import android.util.Log
|
||||
import com.example.myapplication.xls.Constants
|
||||
import com.example.myapplication.xls.Constants.COLUMN_NAME_MAP
|
||||
import com.example.myapplication.xls.Demo
|
||||
import com.example.myapplication.xls.ExcelLabelBean
|
||||
import com.yinuo.safetywatcher.xls.Constants
|
||||
import com.yinuo.safetywatcher.xls.Constants.COLUMN_NAME_MAP
|
||||
import com.yinuo.safetywatcher.xls.Demo
|
||||
import com.yinuo.safetywatcher.xls.ExcelLabelBean
|
||||
import jxl.Workbook
|
||||
import jxl.WorkbookSettings
|
||||
import jxl.write.Label
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication.utils
|
||||
package com.yinuo.safetywatcher.utils
|
||||
|
||||
import android.content.Context
|
||||
import android.os.Environment
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication.xls
|
||||
package com.yinuo.safetywatcher.xls
|
||||
|
||||
/**
|
||||
* excel到sql或者sql到excel列对象转化用
|
@ -1,4 +1,4 @@
|
||||
package com.example.myapplication.xls
|
||||
package com.yinuo.safetywatcher.xls
|
||||
|
||||
object Constants {
|
||||
const val SAVE_EXPORT_EXCEL_PATH = "/WaterTransport/ExportExcel"
|
@ -0,0 +1,3 @@
|
||||
package com.yinuo.safetywatcher.xls
|
||||
|
||||
data class Demo(val content:String)
|
@ -1,3 +1,3 @@
|
||||
package com.example.myapplication.xls
|
||||
package com.yinuo.safetywatcher.xls
|
||||
|
||||
data class ExcelLabelBean(val excelLableContent:String, val isImage:Boolean)
|
Loading…
Reference in New Issue