1
0
forked from erp-dev/erp

feat: settlement lineup

This commit is contained in:
2026-03-09 22:40:02 +08:00
parent 86f5dab32b
commit 663276288e
24 changed files with 1730 additions and 33 deletions

View File

@@ -57,6 +57,7 @@ from .mingdaoyun import (
flatten_plate_order_related_row,
sync_fabric_from_mingdaoyun,
)
from .speech import SpeakResponse, play_speech
__all__ = [
# client
@@ -113,4 +114,6 @@ __all__ = [
"fetch_row_by_rowid_from_mingdaoyun",
"fetch_plate_orders_from_mingdaoyun",
"sync_fabric_from_mingdaoyun",
"SpeakResponse",
"play_speech",
]