1
0
forked from erp-dev/erp

feat: statement for supplier and customer

This commit is contained in:
2025-12-01 22:55:52 +08:00
parent fae33809ac
commit d522c0a9b0
15 changed files with 1085 additions and 52 deletions

View File

@@ -0,0 +1,7 @@
"""
对账单statement相关的 API 视图。
该子包目前提供客户/供应商的对账单查询接口。
"""