From 0cb1937087214c036830b02e45f02d036552ab83 Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 4 Mar 2026 11:51:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(erp):=20=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E5=8F=B7=E5=AD=97=E6=AE=B5=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在receipt结构体中新增InvoiceSerial字符串字段 - 保持与现有InvoiceSerialEq字段的兼容性 - 为发票相关业务逻辑提供更灵活的数据支持 --- erp/receipt.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/receipt.go b/erp/receipt.go index 4fe2fd7..3eae402 100644 --- a/erp/receipt.go +++ b/erp/receipt.go @@ -29,6 +29,7 @@ type ReceiptSearch struct { BanFlag int64 // 禁用标记 1=禁用 2=启用 ClaimStatus int64 // 认领状态 1=待认领 2=部分认领 3=已认领 InvoiceSerialEq string // 发票号 + InvoiceSerial string // 发票号 PayCompany string // 付款公司 BankAccount string // 结汇银行账号 EntryAmountStart *decimal.Decimal // 入账金额开始