单独修改状态接口

This commit is contained in:
2025-07-19 10:49:29 +08:00
parent c2b6e54a09
commit 0ad3f3f3c8
6 changed files with 217 additions and 20 deletions

View File

@@ -62,4 +62,9 @@ public interface IWmsStockIoService {
* 根据ioType和stockIoId联查明细
*/
java.util.List<WmsStockIoDetailVo> detailByTypeAndId(String ioType, Long stockIoId);
/**
* 更新出入库单状态
*/
Boolean updateStatus(Long stockIoId, Integer status);
}