feat(erp): 添加付款客户信息字段支持
- 在收据结构体中增加PayCustomId和PayCustomName字段 - 将原有的CustomId字段注释明确为付款客户id - 在收据明细结构体中添加PayCustomId和PayCustomName字段 - 在ik3cloud收据服务中增加PayCustomNumber字段 - 保持原有客户信息字段的同时支持付款客户信息的存储
This commit is contained in:
@@ -23,6 +23,7 @@ type ArgsReceiptSave struct {
|
||||
Remarks string // 备注
|
||||
Costs []ReceiptCost // 费用明细
|
||||
CustomNumber string // 客户编号
|
||||
PayCustomNumber string // 付款客户编号
|
||||
}
|
||||
|
||||
type ReceiptCost struct {
|
||||
|
||||
Reference in New Issue
Block a user