hsy
8 天以前 0b2c40437bee95ecca2168fb154e675bb9f0d404
src/api/erp/sale/return/index.ts
@@ -20,7 +20,7 @@
    totalProductPrice?: number; // 合计商品金额
    taxPrice?: number; // 合计税额
    totalTaxPrice?: number; // 合计税额
    fileUrl?: string; // 附件地址
    attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表
    items?: SaleReturnItem[];
  }