添加识别逻辑

This commit is contained in:
zxj
2025-08-14 14:31:49 +08:00
parent 10d4a4a41d
commit 7ffda3b24b
5 changed files with 36 additions and 10 deletions
@@ -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)