This commit is contained in:
2024-08-13 16:06:41 +08:00
parent d31e958210
commit 65c59f2c7b
8 changed files with 344 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ func (c *cost) All(ctx context.Context, purchaseId int64) (reply []CostItem, err
}
type ArgsCostAdd struct {
PurchaseId int64 // 采购合同ID
ShipmentId int64 // 订舱单ID
CostAdd
}