Files
kami_frontend/src/api/generated/models/kami-api-camel-oil-v1-list-prefetch-order-res.ts
danial 6d25b11074 feat(api): 新增预拉取订单和设置接口模块
- 添加 jdv2-prefetch-api,支持获取预拉取订单日志及订单列表
- 添加 jdv2-settings-api,支持获取及更新骆驼模块设置
- 更新生成的 API 文件列表,包含新增接口及相关模型和文档
- 修改本地设置文件,增加 prettier 格式化相关命令支持
2025-12-05 22:13:07 +08:00

23 lines
659 B
TypeScript

/* tslint:disable */
/**
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document:
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
// May contain unused imports in some cases
// @ts-ignore
import type { KamiApiCamelOilV1PrefetchOrderListItem } from './kami-api-camel-oil-v1-prefetch-order-list-item';
export interface KamiApiCamelOilV1ListPrefetchOrderRes {
total?: number;
list?: Array<KamiApiCamelOilV1PrefetchOrderListItem>;
}