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