refactor(erp): 修改 ArgsProductChangeStaff 结构体字段名将 CustomId 字段重命名为 ProductId,以更好地反映该字段的实际用途

This commit is contained in:
守护自己的云 2025-06-18 16:24:09 +08:00
parent 50cfb52667
commit 05dfd27fb4

View File

@ -282,7 +282,7 @@ func (p *product) Clone(ctx context.Context, args ArgsProductClone) (newProductI
} }
type ArgsProductChangeStaff struct { type ArgsProductChangeStaff struct {
CustomId int64 ProductId int64
StaffId int64 StaffId int64
DepartmentId int64 DepartmentId int64
} }