diff --git a/erp/accounting.go b/erp/accounting.go index c4e794d..95283c0 100644 --- a/erp/accounting.go +++ b/erp/accounting.go @@ -27,6 +27,7 @@ type AccountingSearch struct { CreatedStaffIds []int64 // 创建人 StaffIds []int64 // 业务员 AccountingIds []int64 // 做账id + BanFlag int64 // 是否有效 } type ReplyAccountingList struct {