1
0
forked from erp-dev/erp

feat: new modul (stateflow)

This commit is contained in:
2025-11-11 18:05:10 +08:00
parent 2aafb93aad
commit 9898d71a7e
30 changed files with 3723 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ from .stock_change_views import (
set_merchant_auto_complete_stock_change,
)
# Stateflow views
from . import stateflow
# 旧版本保留在 stock_change.py 文件中,测试通过后可删除
@@ -17,4 +19,5 @@ __all__ = [
'list_stock_changes',
'get_stock_change',
'set_merchant_auto_complete_stock_change',
'stateflow',
]