README.md
July 25, 2023 · View on GitHub
DDDplus Demo
Build a Warehouse Management System(WMS) with DDDplus.
Languages: English | 中文
一、What is WMS
A warehouse management system (WMS) consists of software and processes that allow organizations to control and administer warehouse operations from the time goods or materials enter a warehouse until they move out.
二、How to read the demo
3.1(learn from reverse model) -> 3.2(learn code implementation from entry point) -> 3.3(domain object call graph) -> 3.5(tech details)
三、Details
3.1 Reverse modeling
The reverse modeling source code ->