feat(shipment): 添加采购单价和退税率字段
- 在 CustomsProductItem 结构中添加了 PurchasePrice 和 MinusTaxRate 字段- PurchasePrice 表示采购单价,用于记录商品的采购成本- MinusTaxRate 表示退税率,用于计算出口退税金额
This commit is contained in:
parent
81f9d4d416
commit
ee7f3e6211
@ -40,4 +40,6 @@ type CustomsProductItem struct {
|
||||
Remark string `json:"remark" label:"备注"` // 备注
|
||||
ShipmentProductId int64 `json:"shipmentProductId" label:"产品id"` // 产品id
|
||||
ShipmentGiftId int64 `json:"shipmentGiftId" label:"赠品id"` // 赠品id
|
||||
PurchasePrice decimal.Decimal `json:"purchasePrice" label:"采购单价"` // 采购单价
|
||||
MinusTaxRate *decimal.Decimal `json:"minusTaxRate" label:"退税率"` // 退税率
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user