Go to file
2026-07-16 11:21:59 +08:00
.github Initial commit 2026-07-16 11:21:59 +08:00
bin Initial commit 2026-07-16 11:21:59 +08:00
doc Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-admin Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-common Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-framework Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-generator Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-quartz Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-system Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-ui Initial commit 2026-07-16 11:21:59 +08:00
sql Initial commit 2026-07-16 11:21:59 +08:00
.gitignore Initial commit 2026-07-16 11:21:59 +08:00
LICENSE Initial commit 2026-07-16 11:21:59 +08:00
pom.xml Initial commit 2026-07-16 11:21:59 +08:00
README.md Initial commit 2026-07-16 11:21:59 +08:00
ry.bat Initial commit 2026-07-16 11:21:59 +08:00
ry.sh Initial commit 2026-07-16 11:21:59 +08:00

cmvr-wms

招商车研库存管理系统。

模块

  • Web 管理端
  • 移动端库存操作
  • 库区、产品、入库、出库、库存、盘库管理

构建

后端:

mvn clean package -DskipTests

前端:

cd ruoyi-ui
npm run build:prod

后端启动包输出为 ruoyi-admin/target/cmvr-wms.jar