1
0
forked from erp-dev/erp

feat: printing module

This commit is contained in:
2025-11-13 18:22:42 +08:00
parent 8097d6941c
commit f071e5fff9
35 changed files with 5537 additions and 440 deletions

View File

@@ -0,0 +1,6 @@
"""
Printing module API views
"""
from .views import PrintingOrderViewSet, PrintingJobViewSet
__all__ = ['PrintingOrderViewSet', 'PrintingJobViewSet']