zhangqian
2023-12-18 ed3d45b189f102249eabd0cb5a0299bc66b0dea6
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{