修改需求
This commit is contained in:
parent
54e2345f3a
commit
6b77ed92ca
@ -56,13 +56,10 @@ type ArgsProductAdd struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ProductAdd struct {
|
type ProductAdd struct {
|
||||||
PurchaseProductId int64 // 采购产品id
|
PurchaseProductId int64 // 采购产品id
|
||||||
AccountingCount int64 // 做账数量
|
AccountingCount int64 // 做账数量
|
||||||
CustomsSerial string // hs编码
|
InvoiceType int64 // 开票方式 1=按净重 2=按数量
|
||||||
CustomsName string // 报关名称
|
InvoiceCount decimal.Decimal // 开票数量
|
||||||
CustomsInvoiceUnit string // 开票单位
|
|
||||||
InvoiceType int64 // 开票方式 1=按净重 2=按数量
|
|
||||||
InvoiceCount decimal.Decimal // 开票数量
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add @TITLE 添加产品
|
// Add @TITLE 添加产品
|
||||||
|
Loading…
Reference in New Issue
Block a user