From e6797c281cea0811c40c2fe190c450b94efb303d Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 23 Oct 2024 13:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/accounting.go | 1 + 1 file changed, 1 insertion(+) 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 {