From c7f4a0a8d41443b081426774d276fcb18ad93cbc Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 15 May 2026 10:47:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(expense):=20=E5=BA=94=E4=BB=98=E5=8D=95?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加应付单发票号筛选 --- erp/payable.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/payable.go b/erp/payable.go index cb273e6..a217b80 100644 --- a/erp/payable.go +++ b/erp/payable.go @@ -20,6 +20,7 @@ type PayableSearch struct { PayableSerial string // 付款单据号 FactoryId int64 // 工厂id AccountingSerial string // 做账单号 + InvoiceSerial string // 发票号 CreatedAtStart *time.Time // 创建开始时间 CreatedAtEnd *time.Time // 创建结束时间 IsConfirm int64 // 是否确认