jiangshuai
2023-12-28 dd5aba8250aae8c939cfd67120ed82e6f9097c76
proto/product_inventory.proto
@@ -37,7 +37,7 @@
}
message ProductInfo{
  string Id = 1;
  string Number = 1;
  string Name = 2;
  string OrderAmount = 3;//订单数量
  string Unit = 4;