7 lines
156 B
Go
7 lines
156 B
Go
|
package model
|
||
|
|
||
|
// GetProductNoticesByInventoryRequest ....
|
||
|
type GetProductNoticesByInventoryRequest struct {
|
||
|
InventoryIds []string `json:"inventoryIds"`
|
||
|
}
|