仓储管理

This commit is contained in:
2022-10-19 17:18:14 +08:00
parent ba66f9f0c9
commit 1de617990d
7 changed files with 126 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>