feat(purchase): 为采购关联商品增加工作流 ID 字段- 在 PurchaseAssociationItem 结构体中添加 WorkflowId 字段

- 此修改用于支持采购合同的关联工作流功能
This commit is contained in:
守护自己的云 2025-07-15 11:05:24 +08:00
parent c1e44e2300
commit 9ca986711c

View File

@ -263,6 +263,7 @@ type PurchaseAssociationItem struct {
SaleId int64 `json:"saleId"`
PoSerial string `json:"poSerial"`
BatchNo int64 `json:"batchNo"`
WorkflowId int64 `json:"workflowId"`
}
// Association @TITLE 关联采购合同