From 2c56d5dbe6311b4b0eea3efb213b2d2887aa3639 Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 23 Oct 2024 13:21:38 +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 95283c0..cf8cd7f 100644 --- a/erp/accounting.go +++ b/erp/accounting.go @@ -110,6 +110,7 @@ type ReplyAccountingInfo struct { WorkflowId int64 `json:"workflowId"` WorkflowStatus int64 `json:"workflowStatus"` WorkflowReason string `json:"workflowReason"` + BanFlag int64 `json:"banFlag"` CreatedStaffId int64 `json:"createdStaffId"` CreatedAt *time.Time `json:"createdAt"` TotalBoxCount int64 `json:"totalBoxCount"`