adjust case sensitive MixOrder
This commit is contained in:
parent
f4b1db4867
commit
9543d4541c
5 changed files with 18 additions and 10 deletions
|
|
@ -60,7 +60,7 @@ type RecipeDetailMat struct {
|
|||
IsUse bool `json:"isUse"`
|
||||
MaterialID uint64 `json:"materialID"`
|
||||
Name string `json:"name"`
|
||||
MixOrder int `json:"mixOrder"`
|
||||
MixOrder int `json:"MixOrder"`
|
||||
FeedParameter int `json:"feedParameter"`
|
||||
FeedPattern int `json:"feedPattern"`
|
||||
MaterialPathId int `json:"materialPathId"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue