feat(receipt): 添加客户编号字段
- 在 Receipt 结构体中新增 CustomNumber 字段 - 用于存储客户的唯一标识信息 - 支持后续按客户编号查询和统计功能
This commit is contained in:
@@ -22,6 +22,7 @@ type ArgsReceiptSave struct {
|
||||
Rate decimal.Decimal // 汇率
|
||||
Remarks string // 备注
|
||||
Costs []ReceiptCost // 费用明细
|
||||
CustomNumber string // 客户编号
|
||||
}
|
||||
|
||||
type ReceiptCost struct {
|
||||
|
||||
Reference in New Issue
Block a user