删除权限注解,出入库移库
This commit is contained in:
@@ -46,4 +46,9 @@ public interface IWmsStockIoService {
|
||||
* 校验并批量删除出入库单主信息
|
||||
*/
|
||||
Boolean deleteWithValidByIds(Collection<Long> ids, Boolean isValid);
|
||||
|
||||
/**
|
||||
* 审核出入库/移库单,变更库存,含库存校验
|
||||
*/
|
||||
Boolean auditStockIo(Long stockIoId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user