1
0
forked from erp-dev/erp

feat: added printing module

This commit is contained in:
2025-11-12 17:08:20 +08:00
parent 9898d71a7e
commit 808e5699f9
28 changed files with 1110 additions and 31 deletions

View File

@@ -4,4 +4,4 @@ from django.apps import AppConfig
class StateflowConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'stateflow'
verbose_name = '印染流程'
verbose_name = '任务流程'