Commit 78cfb314 by mushishixian

修改

parent d3cf4b6f
Showing with 2 additions and 2 deletions
...@@ -56,7 +56,7 @@ message RecommendResponse{ ...@@ -56,7 +56,7 @@ message RecommendResponse{
} }
message OTHER_ATTRS { message OtherAttrs {
string gross_wegiht = 1; string gross_wegiht = 1;
} }
...@@ -68,7 +68,7 @@ message LadderPrice { ...@@ -68,7 +68,7 @@ message LadderPrice {
} }
message GoodsModel { message GoodsModel {
OTHER_ATTRS other_attrs = 1; OtherAttrs other_attrs = 1;
int64 pick_type = 2; int64 pick_type = 2;
string barcode = 3; string barcode = 3;
string goods_id = 4; string goods_id = 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment