liujiandao
2023-12-22 dd97f2626579ca8be69b9b6d68ce9d592b62eb6a
proto/product_inventory.proto
@@ -14,7 +14,10 @@
  string Address = 3;//收货地址
  string Phone = 4;
  int32 DeliverType = 5;//交付类型
  repeated InventoryProduct ProductList = 6;
  string Source = 6;
  int64 ClientId = 7;
  string ClientName = 8;
  repeated InventoryProduct ProductList = 9;
}
message InventoryProduct{