natsio/model/news_request.go

7 lines
156 B
Go
Raw Normal View History

2022-09-20 03:28:35 +00:00
package model
// GetProductNoticesByInventoryRequest ....
type GetProductNoticesByInventoryRequest struct {
InventoryIds []string `json:"inventoryIds"`
}