refactor(erp): 修改 ArgsProductChangeStaff 结构体字段名将 CustomId 字段重命名为 ProductId,以更好地反映该字段的实际用途
This commit is contained in:
parent
50cfb52667
commit
05dfd27fb4
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user