diff --git a/erp/receipt/claim.go b/erp/receipt/claim.go index 0cd37fd..18423aa 100644 --- a/erp/receipt/claim.go +++ b/erp/receipt/claim.go @@ -31,6 +31,7 @@ type ClaimItem struct { CustomName string `json:"customName"` IsConfirm int64 `json:"isConfirm"` CreatedStaffId int64 `json:"createdStaffId"` + DepartmentId int64 `json:"departmentId"` CreatedAt *time.Time `json:"createdAt"` UpdatedAt *time.Time `json:"updatedAt"` }