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{