zhangqian
2024-03-14 389dffb0b6218f05277b8755bb82b61b6a316528
proto/product_inventory.proto
@@ -35,6 +35,8 @@
message GetInventoryProductInfoRequest {
  string Number = 1;//明细单编码
  bool   GroupByWarehouse = 2; //是否按仓库分组
  bool   IsOutput = 3; //查出库
  bool   IsInput = 4; //查入库
}
message ProductInfo{