添加识别逻辑
This commit is contained in:
@@ -40,6 +40,7 @@ abstract class BaseViewModel(
|
||||
|
||||
// 待收货的列表 用于识别时从中获取
|
||||
private val _receiptList = MutableStateFlow<List<SearchGoodsInfo.Record>>(emptyList())
|
||||
val receiptList: StateFlow<List<SearchGoodsInfo.Record>> = _receiptList
|
||||
|
||||
// 拍照uri
|
||||
private val _lastPhotoUri = MutableStateFlow<Uri?>(null)
|
||||
|
||||
Reference in New Issue
Block a user