单独修改状态接口
This commit is contained in:
@@ -62,4 +62,9 @@ public interface IWmsStockIoService {
|
||||
* 根据ioType和stockIoId联查明细
|
||||
*/
|
||||
java.util.List<WmsStockIoDetailVo> detailByTypeAndId(String ioType, Long stockIoId);
|
||||
|
||||
/**
|
||||
* 更新出入库单状态
|
||||
*/
|
||||
Boolean updateStatus(Long stockIoId, Integer status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user