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"`