添加注释和日志,添加自采添加物品添加后删除图片

This commit is contained in:
zxj
2025-07-14 11:07:04 +08:00
parent f1283ba11e
commit ab55bb0fdc
9 changed files with 103 additions and 176 deletions
@@ -15,10 +15,29 @@ object GlobalData {
*/
var imageUri: Uri? = null
/**
* 存储方式列表
*/
var storageTypeList: List<DictType> = arrayListOf()
/**
* 物品类型列表
*/
var goodsTypeList: List<DictType> = arrayListOf()
/**
* 仓库类型列表
*/
var warehouseTypeList: List<DictType> = arrayListOf()
/**
* 供应商列表
*/
var supplierTypeList: List<DictType> = arrayListOf()
/**
* 单位类型列表
*/
var unitTypeList: List<DictType> = arrayListOf()
}