跳到主要内容

OrderPreallocationResult 类型

declare type OrderPreallocationResult = Array<{
orderName: string;
models: Array<{
modelId: string;
}>;
}>;

订单预分配结果