jiangshuai
2023-12-08 27be7a2c517404e4622470edf7b83b13129220ff
proto/product_inventory.proto
@@ -14,7 +14,8 @@
  string Address = 3;//收货地址
  string Phone = 4;
  int32 DeliverType = 5;//交付类型
  repeated InventoryProduct ProductList = 6;
  string Source = 6;
  repeated InventoryProduct ProductList = 7;
}
message InventoryProduct{