feat(expense): 应付单筛选
- 添加应付单发票号筛选
This commit is contained in:
@@ -20,6 +20,7 @@ type PayableSearch struct {
|
|||||||
PayableSerial string // 付款单据号
|
PayableSerial string // 付款单据号
|
||||||
FactoryId int64 // 工厂id
|
FactoryId int64 // 工厂id
|
||||||
AccountingSerial string // 做账单号
|
AccountingSerial string // 做账单号
|
||||||
|
InvoiceSerial string // 发票号
|
||||||
CreatedAtStart *time.Time // 创建开始时间
|
CreatedAtStart *time.Time // 创建开始时间
|
||||||
CreatedAtEnd *time.Time // 创建结束时间
|
CreatedAtEnd *time.Time // 创建结束时间
|
||||||
IsConfirm int64 // 是否确认
|
IsConfirm int64 // 是否确认
|
||||||
|
|||||||
Reference in New Issue
Block a user