liu
7 天以前 5c124cdf26e4d749eae1e7fc9df366e9a5f4d259
src/api/erp/stock/out/index.ts
@@ -13,7 +13,7 @@
    totalPrice: number; // 合计金额,单位:元
    status: number; // 状态
    remark: string; // 备注
    fileUrl?: string; // 附件
    attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表
    items?: StockOutItem[]; // 出库产品清单
  }