OrderPreallocationResult 类型
declare type OrderPreallocationResult = Array<{
orderName: string;
models: Array<{
modelId: string;
}>;
}>;
订单预分配结果
declare type OrderPreallocationResult = Array<{
orderName: string;
models: Array<{
modelId: string;
}>;
}>;
订单预分配结果