feat:样品库管理

This commit is contained in:
houjunxiang
2025-11-20 17:23:48 +08:00
parent 0494d224be
commit 7ee3df9ab9
32 changed files with 910 additions and 235 deletions

View File

@@ -6,12 +6,10 @@ const biz = defineStore({
state: () => ({
deviceInfo: {},
scanQRInfo: null,
flagInfo: {}
}),
actions: {
}
actions: {}
})
export default biz