zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java
@@ -14,6 +14,7 @@ /** * 新增SysOutStore * 立即出库 * */ public int add(SysOutStore sysOutStore); @@ -60,7 +61,20 @@ */ public SysOutStore findById(Long id); public int checkInfo(SysOutStore sysOutStore); /** * 删除出库单,恢复库存 * @param id */ public void cancelOutStore(Long id); /** * 出库单审核通过,并扣减库存 * @param sysOutStore * @return */ public int effectOutStore(SysOutStore sysOutStore);