zhou zhou
19 小时以前 10776dd6f7f9ef9e47419427fcb1b692ed73d54d
rsf-server/src/main/java/com/vincent/rsf/server/api/service/ReceiveMsgService.java
@@ -159,4 +159,11 @@
     * @return 库存明细列表
     */
    R erpQueryInventoryDetails(InventoryQueryConditionParam condition);
    /**
     * 库存查询汇总(供open-api调用)
     * @param condition 查询条件
     * @return 库存汇总列表
     */
    R erpQueryInventorySummary(InventoryQueryConditionParam condition);
}