package
Version:
v0.0.0-...-93b8502
Opens a new window with list of versions in this module.
Published: Oct 19, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OrdersDetailVo struct {
ID uint `json:"id"`
GoodsName string `json:"goodsName"`
Barcode string `json:"barcode"`
Price string `json:"price"`
Count uint `json:"count"`
Supplier string `json:"supplier"`
Standard string `json:"standard"`
Spec string `json:"spec"`
}
type OrdersVo struct {
ID uint `json:"id"`
Position uint `json:"position"`
Money string `json:"money"`
Count uint `json:"count"`
Detail []*OrdersDetailVo `json:"detail"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.