gaoluyang
2026-08-03 75242bbba28ae8902ddf86d33febb497d79e5fc3
src/api/erp/stock/in/index.ts
@@ -14,7 +14,7 @@
    totalPrice: number; // 合计金额,单位:元
    status: number; // 状态
    remark: string; // 备注
    fileUrl?: string; // 附件
    attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表
    productNames?: string; // 产品信息
    creatorName?: string; // 创建人
    items?: StockInItem[]; // 入库产品清单