zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java
@@ -60,7 +60,12 @@ */ public SysOutStore findById(Long id); public int checkInfo(SysOutStore sysOutStore); /** * 出库单审核通过,并扣减库存 * @param sysOutStore * @return */ public int effectOutStore(SysOutStore sysOutStore);