完成 admin read helper 领域拆分

This commit is contained in:
yml
2026-04-14 10:41:06 +08:00
parent 9ca15fc503
commit d827eac855
8 changed files with 327 additions and 322 deletions
@@ -31,12 +31,9 @@ import {
resolveOrderItemDeliveryMode,
resolveOrderItemTitle,
} from './admin-read-shared-helpers.js'
import {
mapAdminInventoryListItem,
mapAdminOrderListItem,
mapAdminWebhookEvent,
summarizeOrderItems,
} from './admin-read-helpers.js'
import { mapAdminInventoryListItem } from './admin-inventory-read-helpers.js'
import { mapAdminOrderListItem, summarizeOrderItems } from './admin-order-read-helpers.js'
import { mapAdminWebhookEvent } from './admin-webhook-read-helpers.js'
import {
buildOrderAgisoAutoDeliverySummary,
buildOrderBindingSummary,