feat(service/erp/sale): 添加变更类型到销售单
在销售单模块中增加了"Change"类型的操作,以便更好地处理销售单的变更流程。
This commit is contained in:
parent
fbe9a5eb9e
commit
32247fa0f8
@ -6,4 +6,5 @@ type Sale struct {
|
||||
Audit audit
|
||||
Benefit benefit
|
||||
Append append
|
||||
Change change
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user