feat(receipt): 添加客户编号字段
- 在 Receipt 结构体中新增 CustomNumber 字段 - 用于存储客户的唯一标识信息 - 支持后续按客户编号查询和统计功能
This commit is contained in:
@@ -18,6 +18,7 @@ type ArgsReceivableList struct {
|
||||
type ReceivableSearch struct {
|
||||
ReceivableSerial string // 收款单据号
|
||||
CustomId int64 // 客户id
|
||||
CustomName string // 客户名称
|
||||
InvoiceSerial string // 出运发票号
|
||||
CreatedAtStart *time.Time // 创建开始时间
|
||||
CreatedAtEnd *time.Time // 创建结束时间
|
||||
|
||||
Reference in New Issue
Block a user