fix
This commit is contained in:
@@ -39,7 +39,7 @@ type CanteenProduct {
|
||||
type SaveCanteenTypeProductReq {
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
ProductList []SaveCanteenProduct `json:"productList"`
|
||||
ProductList []SaveCanteenProduct `json:"product_list"`
|
||||
}
|
||||
type SaveCanteenProduct {
|
||||
Id int64 `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user