feat(expense): 应付单筛选

- 添加应付单发票号筛选
This commit is contained in:
2026-05-15 10:47:58 +08:00
parent 4f56397820
commit c7f4a0a8d4

View File

@@ -20,6 +20,7 @@ type PayableSearch struct {
PayableSerial string // 付款单据号
FactoryId int64 // 工厂id
AccountingSerial string // 做账单号
InvoiceSerial string // 发票号
CreatedAtStart *time.Time // 创建开始时间
CreatedAtEnd *time.Time // 创建结束时间
IsConfirm int64 // 是否确认