liujiandao
2023-12-01 8a439141c04ee485d250f5a5bc3cead74f3a0156
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{