问题修复

This commit is contained in:
守护自己的云 2024-10-23 13:21:38 +08:00
parent e6797c281c
commit 2c56d5dbe6

View File

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