feat(erp): 添加付款单审核功能

- 新增 BusinessTypePayment 类型用于付款单审核
- 添加 payment 包结构体定义
- 扩展 PaymentSearch 结构体支持 PaymentIds 查询字段
- 在 Payment 结构体中增加 prepaidAmount 和 paidAmount 字段
- 新增 receipt 和 request 查询参数中的发票号字段
- 添加付款单审核提交接口实现
This commit is contained in:
2026-01-21 11:17:56 +08:00
parent dc9b6a4dad
commit 1fdbc29a5c
6 changed files with 42 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ type ArgsRequestList struct {
}
type RequestSearch struct {
RequestSerial string // 报销单号
InvoiceSerial string // 发票号
CreatedAtStart *time.Time // 创建开始时间
CreatedAtEnd *time.Time // 创建结束时间
RequestIds []int64 // 申请单id