# yc_fc_wms_main **Repository Path**: hl-haneli/yc_fc_wms_main ## Basic Information - **Project Name**: yc_fc_wms_main - **Description**: 盐城蜂巢lwms源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-10-26 - **Last Updated**: 2025-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yc_fc_wms_main #### 介绍 盐城蜂巢 WMS 源码 #### 软件架构 .NET Core 6 + EF Core 6 + Vue3 #### 使用说明 数据库: 1. 数据库版本 Orcale12.2 2. 使用 impdp 导入 后端: 1. 使用 PL/SQL 软件 执行 创建表空间,用户,授权.sql 脚本 **(修改表空间数据文件路径为本地 ORCL 路径)** 2. 修改 appsettings.json 中数据库连接 **(使用 创建表空间,用户,授权.sql 脚本创建的表空间和用户 可以跳过本步)** 3. Visual Studio 程序包管理器控制台 选择 WMS.FC.Infrastructure 输入 add-migration init **(如果 WMS.FC.Infrastructure 项目存在 Migrations 可以跳过本步)** 4. update-database 前端: 1. 使用 VS Code 打开 wms-client-vue3 **(推荐插件:Vite,Volar,Prettier)** 2. 终端执行 npm install 3. 执行 npx vite --port=9001