1
0
forked from erp-dev/erp

feat: sales_order api

This commit is contained in:
2025-11-30 17:06:48 +08:00
parent f6f0ec2ae9
commit ce1954ad58
15 changed files with 1426 additions and 44 deletions

View File

@@ -0,0 +1,6 @@
"""
业务域相关的 API 视图与工具。
该包下按业务对象分类,例如 purchase、sales 等。
"""