diff --git a/erp/product.go b/erp/product.go index 212a360..60f7fe8 100644 --- a/erp/product.go +++ b/erp/product.go @@ -282,7 +282,7 @@ func (p *product) Clone(ctx context.Context, args ArgsProductClone) (newProductI } type ArgsProductChangeStaff struct { - CustomId int64 + ProductId int64 StaffId int64 DepartmentId int64 }