liujiandao
2023-12-22 28d04b70a786c5084ddceb12f6cc34b5702e0d36
proto/product_inventory.proto
@@ -15,7 +15,9 @@
  string Phone = 4;
  int32 DeliverType = 5;//交付类型
  string Source = 6;
  repeated InventoryProduct ProductList = 7;
  int64 ClientId = 7;
  string ClientName = 8;
  repeated InventoryProduct ProductList = 9;
}
message InventoryProduct{