部署
This commit is contained in:
@@ -113,14 +113,18 @@ type ReplyListAccounting struct {
|
||||
Total int64 `json:"total"`
|
||||
}
|
||||
type ListAccountingItem struct {
|
||||
Id int64 `json:"id"`
|
||||
PiSerial string `json:"piSerial"`
|
||||
PoSerial string `json:"poSerial"`
|
||||
FactoryName string `json:"factoryName"`
|
||||
ProductSerial string `json:"productSerial"`
|
||||
ProductCustomSerial string `json:"productCustomSerial"`
|
||||
ProductName string `json:"productName"`
|
||||
HasAccountingCount int64 `json:"hasAccountingCount"`
|
||||
Id int64 `json:"id"`
|
||||
PiSerial string `json:"piSerial"`
|
||||
PoSerial string `json:"poSerial"`
|
||||
FactoryName string `json:"factoryName"`
|
||||
ProductSerial string `json:"productSerial"`
|
||||
ProductCustomSerial string `json:"productCustomSerial"`
|
||||
ProductName string `json:"productName"`
|
||||
HasAccountingCount int64 `json:"hasAccountingCount"`
|
||||
NetWeight *decimal.Decimal `json:"netWeight"`
|
||||
Num *int64 `json:"num"`
|
||||
Volume *decimal.Decimal `json:"volume"`
|
||||
GrossWeight *decimal.Decimal `json:"grossWeight"`
|
||||
}
|
||||
|
||||
// ListAccounting @TITLE 做账商品列表
|
||||
|
||||
Reference in New Issue
Block a user