yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/wm/productsales/MesWmProductSalesService.java
@@ -12,7 +12,7 @@ /** * MES 销售出库单 Service 接口 * * @author 芋道源码 * @author 超级管理员 */ public interface MesWmProductSalesService { @@ -124,5 +124,13 @@ */ MesWmProductSalesDO validateProductSalesExistsAndDraft(Long id); /** * 更新销售出库单状态 * * @param id 编号 * @param status 状态 */ void updateStatus(Long id, Integer status); }