ilk
This commit is contained in:
13
svc/models/invalid_variant.go
Normal file
13
svc/models/invalid_variant.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package models
|
||||
|
||||
type InvalidVariant struct {
|
||||
Index int `json:"index"`
|
||||
ClientKey string `json:"clientKey"`
|
||||
ItemCode string `json:"itemCode"`
|
||||
ColorCode string `json:"colorCode"`
|
||||
Dim1 string `json:"dim1"`
|
||||
Dim2 string `json:"dim2"`
|
||||
Qty1 float64 `json:"qty1"`
|
||||
ComboKey string `json:"comboKey,omitempty"`
|
||||
Reason string `json:"reason,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user