2026-08-10 f9e6eb6fc2c2e0c2a2b17238b817fcbfcb6bab56
src/api/erp/stock/move/index.ts
@@ -1,4 +1,4 @@
import type { PageParam, PageResult } from '../../../../packages/effects/request/src';
import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
@@ -12,7 +12,7 @@
    totalPrice: number; // 合计金额,单位:元
    status: number; // 状态
    remark: string; // 备注
    fileUrl?: string; // 附件
    attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表
    fromWarehouseId?: number; // 来源仓库编号
    createTime: Date; // 创建时间
    creator: string; // 创建人