refactor(payment): 修改预付款参数结构体字段名称
- 将ArgsPrepaidAdd结构体中的PurchaseId字段重命名为PaymentId - 更新字段注释从"采购合同ID"为"付款单ID"
This commit is contained in:
@@ -31,7 +31,7 @@ func (c *prepaid) All(ctx context.Context, paymentId int64) (reply []PrepaidItem
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ArgsPrepaidAdd struct {
|
type ArgsPrepaidAdd struct {
|
||||||
PurchaseId int64 // 采购合同ID
|
PaymentId int64 // 付款单ID
|
||||||
PrepaidAdd
|
PrepaidAdd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user